码迷,mamicode.com
首页 > 编程语言 > 详细

org.springframework.mail.MailAuthenticationException: Authentication failed 解决方案

时间:2019-12-27 23:49:34      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:auth   fail   framework   LEDE   except   ring   work   发送   exce   

1. 异步发送邮件异常

org.springframework.mail.MailSendException: Failed messages: com.sun.mail.smtp.SMTPSendFailedException: 501 mail from address must be same as authorization user
;
nested exception is:
com.sun.mail.smtp.SMTPSenderFailedException: 501 mail from address must be same as authorization user

 

2. 解决方案

  1. 检查邮箱是否开启POP3/SMTP服务

  2. 检查密码是否是POP3/SMTP服务授权码而不是邮箱密码

  3. 检查发送邮箱时候填写正确

org.springframework.mail.MailAuthenticationException: Authentication failed 解决方案

标签:auth   fail   framework   LEDE   except   ring   work   发送   exce   

原文地址:https://www.cnblogs.com/chenxi-mxj/p/12109756.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!