org.springframework.mail.MailAuthenticationException: Authentication failed;解决方法
程序员文章站
2022-03-11 08:33:22
...
1.原因
java程序发送邮件时,用户认证失败导致如下错误:
org.springframework.mail.MailAuthenticationException: Authentication failed; nested exception is javax.mail.AuthenticationFailedException: 535 Error: xxxxxxx: http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=28&&no=1001256
2.解决方法
1,检查自己邮箱是否开通pop3/smtp服务。 2、程序中所填的邮箱密码是否为开通pop3/smtp服务时所给的授权码。
推荐阅读
-
php错误提示failed to open stream: HTTP request failed!的完美解决方法
-
双击添加和删除程序弹出Value creation failed at line的解决方法
-
apache提示Failed loading ZendLoader.dll解决方法
-
MYSQL出现" Client does not support authentication "的解决方法
-
Failed to resolve: com.android.support:appcompat-v7:27.+ 解决方法
-
异常Error:Execution failed for task ':app:preDebugAndroidTestBuild'解决方法
-
.NET Core SDK在Windows系统安装后出现Failed to load the hostfxr.dll等问题的解决方法
-
MySQL连接抛出Authentication Failed错误的分析与解决思路
-
httpclient org.apache.http.NoHttpResponseException: host:端口 failed to respond 错误原因和解决方法
-
IDEA中使用Git拉取代码时报 Git pull failed原因及解决方法