我只是通过 gmail 帐户向用户发送电子邮件。在我的开发环境(Windows 7)中一切正常,但是当我转移到生产中心操作系统时,它会抛出以下异常
java.lang.RuntimeException: org.springframework.mail.MailAuthenticationException: Authentication failed; nested exception is javax.mail.AuthenticationFailedException
at com.product.mailservice.MailServiceImpl.sendMail(MailServiceImpl.java:90)