邮件发送失败问题:Sending the email to the following server failed : smtp.qiye.163.com:25

Posted SummerA

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了邮件发送失败问题:Sending the email to the following server failed : smtp.qiye.163.com:25相关的知识,希望对你有一定的参考价值。

[邮件发送错误] : Sending the email to the following server failed : smtp.qiye.163.com:25, {}
org.apache.commons.mail.EmailException: Sending the email to the following server failed : smtp.qiye.163.com:25
at org.apache.commons.mail.Email.sendMimeMessage(Email.java:1421) ~[commons-email-1.4.jar:1.4]
at org.apache.commons.mail.Email.send(Email.java:1448) ~[commons-email-1.4.jar:1.4]

 

 

搜罗网上众多高手经验,普遍有三个原因:

1.是端口写错了,但是我的端口 没有写错sendemail.setHostName("smtp.163.com");

2是没有开通验证,但是我上个星期已经开通过了,而且用 的时候也很顺利。

3.就是密码错了(或者授权密码)。我登录163邮箱查看,没有问题!

 

以上3中均不能解决,并且错误也没有明确的提示(code等错误码)。

 

逐步分析,

mail.hostName,
mail.from.user,
mail.from.pwd,
mail.to.user

只可能收件人部分能够出现异常。

最后问题所在:有一位收件人邮箱已失效,删除即可

 具体其他的排查方法,htmlEmail是否有提供错误码Code的分类,继续摸索!

以上是关于邮件发送失败问题:Sending the email to the following server failed : smtp.qiye.163.com:25的主要内容,如果未能解决你的问题,请参考以下文章

css WebKit媒体查询电子邮件。 - https://litmus.com/blog/the-5-email-easter-eggs-that-helped-sell-out-the-emai

Gmail REST API:400错误请求+失败的前提条件

如何使用mailgun php API仅将邮件发送到密件抄送? [复制]

发送“代表”电子邮件

JSP发送电子邮件

Servlet发送邮件