当邮件使用SMTP协议 身份认证时,如果出现

 
  1. javax.mail.AuthenticationFailedException: 535 5.7.3 Authentication unsuccessful.  


则说明你的用户名与你的密码不正确导致验证失败!

SMTP_AUTH_Fail_Response is defined as follows. This message, identified by the 535 status code, is defined in [RFC2554] section 4, and indicates that the authentication has terminated unsuccessfully because the user name or password is incorrect.

 535 5.7.3 <human-readable-string><CR><LF>

详情见SMAP协议SMAP

 

转载:http://blog.csdn.net/running_snail_/article/details/8767153

相关文章:

  • 2021-10-24
  • 2021-11-06
  • 2021-04-28
  • 2021-07-08
猜你喜欢
  • 2022-12-23
  • 2021-05-15
  • 2021-09-13
  • 2021-09-18
  • 2021-08-28
  • 2022-12-23
  • 2021-06-22
相关资源
相似解决方案