尝试使用JavaMail API发送邮件时出现此错误:

javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password not accepted


我怎样才能解决这个问题?

最佳答案

很抱歉来晚参加Party。如果您使用的是Gmail服务器,则可能是您任务中的问题。


Two Step Verification should be turned off
Allow Less Secure App(should be turned on)
请检查您的用户名和密码。
检查代码(这是我的问题),以上三个您可以从Google帮助中心更改表格,最后一个可以自行更改,我可以与您分享。
在通信消息之前,您需要先验证邮件服务器,因为它是通过邮件进行通信的质询响应系统。I am sharing code snippets file you可能无法通过ctrl + K格式化我的代码。

关于java - javax.mail.AuthenticationFailedException:535-5.7.8不接受用户名和密码,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/59426820/

10-13 04:45