当前位置:网站首页>QQ email cannot receive the email sent by Jenkins using email extension after construction (timestamp or auth...)
QQ email cannot receive the email sent by Jenkins using email extension after construction (timestamp or auth...)
2022-07-02 06:33:00 【bthtth】
Project scenario :
stay jenkins After building , Use email extension send out email mail
Problem description :
At the completion of system config after , You can send test email ,qq Email can also be received . But after construction , Although the prompt was sent successfully , however qq The mailbox can't receive
Screenshot after construction 
Cause analysis :
1\ In order to better find out the problem , I attached debug Information . The setting method is as follows
manage Jenkins-------system config
If the recipient is not in jenkins Registered users , You can check the last item . I'm in the process of solving problems , Find such a way . It's easy to write here
Solution :
add to debug after , You can check the method according to the error report1. Report errors :timestamp check failed Timestamp detection failed 
The search method is stay jenkins install build timestamp plug-in unit
2 Build after installation , There are new errors
535 Login Fail. Please enter your authorization code to login.
The search method is : stay system__configuration When the configuration ,email extension notifications And the authorization code in email sending , You have to apply twice , You can't use the same
email extnsion Medium smtp password
SMTP password Fill in the authorization code 
In email notification smtp authentication password , Fill in another authorization code here , It cannot be the same authorization code as the one above .
边栏推荐
- CUDA中的动态全局内存分配和操作
- Does the assignment of Boolean types such as tag attribute disabled selected checked not take effect?
- virtualenv和pipenv安装
- CUDA中的存储空间修饰符
- 找到页面当前元素z-index最高的数值
- Functions of tensorrt
- automation - Jenkins pipline 执行 nodejs 命令时,提示 node: command not found
- Distributed transactions: the final consistency scheme of reliable messages
- ShardingSphere-JDBC篇
- Dynamic global memory allocation and operation in CUDA
猜你喜欢

The difference between session and cookies

ctf-web之练习赛

Hydration failed because the initial UI does not match what was rendered on the server.问题原因之一

Amazon AWS data Lake Work Pit 1

Common means of modeling: combination
![Data science [9]: SVD (2)](/img/2c/f1a8c3ff34ff3f3cc6e26157a32bfd.png)
Data science [9]: SVD (2)

Alibaba cloud MFA binding Chrome browser

Find the highest value of the current element Z-index of the page

Sentinel Alibaba open source traffic protection component

队列(线性结构)
随机推荐
一起学习SQL中各种join以及它们的区别
CUDA用户对象
ctf-web之练习赛
Cglib代理-代码增强测试
2020-9-23 QT的定时器Qtimer类的使用。
Find the highest value of the current element Z-index of the page
Pbootcms collection and warehousing tutorial quick collection release
【每日一题】—华为机试01
Self cultivation of programmers - Reflection on job hunting
栈(线性结构)
Selenium+msedgedriver+edge browser installation driver pit
FE - Weex 使用简单封装数据加载插件为全局加载方法
CUDA中的Warp matrix functions
Eggjs -typeorm 之 TreeEntity 实战
virtualenv和pipenv安装
The intern left a big hole when he ran away and made two online problems, which made me miserable
程序员的自我修养—找工作反思篇
pytest(2) mark功能
TensorRT中的循环
【每日一题】写一个函数,判断一个字符串是否为另外一个字符串旋转之后的字符串。