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,而你的发送邮箱就必须是[email protected];接收邮箱随便。

你可能感兴趣的:(535,javax-mail)