【发布时间】:2016-08-24 11:06:27
【问题描述】:
在 PDI 作业中尝试使用 GMAIL 发送电子邮件时,我遇到了连接超时错误。
设置如下
- SMTP ->smtp.gmail.com
- 端口 -> 465(也尝试使用 587 和 25)
- 然后使用我的完整凭据进行 SSL 连接。
这是我遇到的错误
2016/08/24 11:56:48 - Mail - ERROR (version 6.1.0.1-196, build 1 from 2016-04-07 12.08.49 by buildguy) : Problem while sending message: javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465;
nested exception is:
java.net.ConnectException: Connection timed out: connect
我在这里看到了类似的open question,但帮助不大
有什么帮助吗?
【问题讨论】:
标签: pentaho