当前位置:网站首页>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 .
边栏推荐
猜你喜欢
随机推荐
Cglib agent - Code enhancement test
Kotlin - 验证时间格式是否是 yyyy-MM-dd HH:mm:ss
FE - Weex 使用简单封装数据加载插件为全局加载方法
CUDA与Direct3D 一致性
20201002 VS 2019 QT5.14 开发的程序打包
Redis - big key problem
一口气说出 6 种实现延时消息的方案
Vector types and variables built in CUDA
递归(迷宫问题、8皇后问题)
Render minecraft scenes into real scenes using NVIDIA GPU
CUDA user object
Network related knowledge (Hardware Engineer)
日志(常用的日志框架)
Sentinel Alibaba open source traffic protection component
CUDA中的函数执行空间说明符
一起学习SQL中各种join以及它们的区别
Golang--map扩容机制(含源码)
Distributed transactions: the final consistency scheme of reliable messages
自学table au
【每日一题】—华为机试01








