当邮件使用SMTP协议 身份认证时,如果出现:535 5.7.3 Authentication unsuccessful
org.springframework.mail.MailAuthenticationException: Authentication failed; nested exception is javax.mail.AuthenticationFailedException: 535 5.7.3 Authentication unsuccessful
说明你用户名或密码有误,验证不通过,请仔细检查!
你可以使用该用户名和密码去邮箱登录端登录,从而验证是否用户名和密码不匹配。