spring发送邮件时遇到异常org.springframework.mail.MailAuthenticationException: Authentication failed

spring发送邮件时遇到错误org.springframework.mail.MailAuthenticationException: Authentication failed;
spring 发送邮件时遇到异常org.springframework.mail.MailAuthenticationException
org.springframework.mail.MailAuthenticationException: Authentication failed; nested exception is javax.mail.AuthenticationFailedException 
如果遇到该异常,应该先考虑一下你所配的发送邮箱,有没有对外开放POP3/SMTP服务,网易好像现在已不对外开放了,QQ邮箱有,但是QQ邮箱在默认状态下,也是没有开启这个服务的,得自己到“邮箱设置》账户”手动设置开启POP3/SMTP服务,如果是新注册的QQ得等半个月之后才能开启。