【发布时间】:2012-11-13 09:43:45
【问题描述】:
我正在尝试发送电子邮件,但出现以下错误:
javax.mail.SendFailedException: Sending failed;
nested exception is:
javax.mail.MessagingException: Could not connect to SMTP host: 10.17.1.65, port: 25
【问题讨论】:
-
异常是这样说的:您的邮件服务器没有监听端口 25。也许您需要连接到 SMTPS 端口?
-
是不是和这个问题类似? stackoverflow.com/questions/7158951/…
标签: java