当前位置:网站首页>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 .
边栏推荐
- 程序员的自我修养—找工作反思篇
- Shardingsphere JDBC
- When requesting resttemplate, set the request header, request parameters, and request body.
- Kotlin - 验证时间格式是否是 yyyy-MM-dd HH:mm:ss
- Sentinel规则持久化到Nacos
- MySQL的10大經典錯誤
- [daily question 1] write a function to judge whether a string is the string after the rotation of another string.
- Redis——大Key問題
- 日志(常用的日志框架)
- Summary of WLAN related knowledge points
猜你喜欢
随机推荐
Dynamic global memory allocation and operation in CUDA
TensorRT中的循环
DeprecationWarning: .ix is deprecated. Please use.loc for label based indexing or.iloc for positi
华为MindSpore开源实习机试题
Storage space modifier in CUDA
Data science [viii]: SVD (I)
Name six schemes to realize delayed messages at one go
FE - weex 开发 之 使用 weex-ui 组件与配置使用
递归(迷宫问题、8皇后问题)
Common means of modeling: combination
Sentinel Alibaba open source traffic protection component
Learn about various joins in SQL and their differences
When requesting resttemplate, set the request header, request parameters, and request body.
virtualenv和pipenv安装
广告业务Bug复盘总结
Hydration failed because the initial UI does not match what was rendered on the server. One of the reasons for the problem
web自动化切换窗口时报错“list“ object is not callable
Don't use the new WP collection. Don't use WordPress collection without update
Redis——大Key问题
构建学习tensorflow









