当前位置:   article > 正文

已解决:Authentication failed; nested exception is javax.mail.AuthenticationFailedException: 535 Login_authentication failed; nested exception is javax.m

authentication failed; nested exception is javax.mail.authenticationfailedex

在Springboot中使用QQ邮箱过程,访问http://localhost/email/send

出现了如下错误:Authentication failed; nested exception is javax.mail.AuthenticationFailedException: 535 Login Fail. Please enter your authorization code to login

这个错误是登陆时出现的,一般是账号或者密码错误。再次去检查QQ邮箱的IMAP/SMTP服务的验证码,复制在下面password。再次去访问,发现消息成功发送到QQ邮箱中了。

  1. spring:
  2. mail:
  3. username:
  4. password:
  5. host: smtp.qq.com
  6. port: 465
  7. default-encoding: UTF-8
  8. properties:
  9. mail:
  10. smtp:
  11. ssl:
  12. enable: true

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/601940
推荐阅读
相关标签
  

闽ICP备14008679号