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;接收邮箱随便。

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐