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;接收邮箱随便。
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐


所有评论(0)