javax.mail.AuthenticationFailedException: 535 authentication failed

Posted 崔耀强

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javax.mail.AuthenticationFailedException: 535 authentication failed相关的知识,希望对你有一定的参考价值。

Exception in thread “main” javax.mail.AuthenticationFailedException: 535 Error: authentication failed

at com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:648)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:583)
at javax.mail.Service.connect(Service.java:313)
at javax.mail.Service.connect(Service.java:172)
at com.bh.mail.MailSender.main(MailSender.java:30)

这个是验证没通过,需要检查一下以下几点:
1、你的用户名和密码是否正确
2、你的邮箱服务是否是你的的发送邮箱
例如:你的邮箱服务为:smtp.163.com,而你的发送邮箱就必须是xxxx@163.com;接收邮箱随便。

无意中发现了一个巨牛的人工智能教程,忍不住分享一下给大家。教程不仅是零基础,通俗易懂,而且非常风趣幽默,像看小说一样!觉得太牛了,所以分享给大家。点这里可以跳转到教程

以上是关于javax.mail.AuthenticationFailedException: 535 authentication failed的主要内容,如果未能解决你的问题,请参考以下文章