詹金斯电子邮件配置

嗨,我有以下电子邮件配置我的jenkins。 我无法得到它来测试电子邮件的配置

SMTP服务器:smtp.gmail.com

默认用户电子邮件后缀:@ gmail.com

使用SMTP验证:已选中

用户名:“我的完整gmail ID:

密码:“我的Gmail密码”

使用SSL:选中

SMTP端口:465

回复地址:noreply@gmail.com

字符集:UTF8

测试邮件收件人:“我的完整电子邮件ID”

有人可以告诉我为什么当我测试配置时仍然出现以下错误。 我正在使用Windows 8机器和Tomcat作为我的服务器

Failed to send out e-mail

javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465;
nested exception is:
java.net.ConnectException: Connection timed out: connect

at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1934)

at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:638

你的例外说, 465端口上没有SMTP服务器

取消选中SSL并使用后期587


我猜你的问题和我一样。

我搜查了四周,最后,这是mcafee,它阻止了连接。

您可能会使用其他一些防病毒软件,也可能导致相同的问题。 所以,检查它,编辑信任中心或类似的东西。

对我而言,我只是将mcafee移除 - 这也不是一件容易的事。 我真的很讨厌mcafee!


在Manage Jenkins - >配置下的“系统管理员电子邮件地址”中输入完整的gmail ID。

这可能也有帮助。

https://www.safaribooksonline.com/library/view/jenkins-the-definitive/9781449311155/ch04s08.html

链接地址: http://www.djcxy.com/p/81375.html

上一篇: Jenkins email configuration

下一篇: Configuring Jenkins email notification with gmail