While i try to send mail via the Application Mail is not sent and In console I’m Getting This:
org.springframework.mail.MailAuthenticationException: Authentication failed; nested exception is javax.mail.AuthenticationFailedException: 534-5.7.9 Application-specific password required. For more information, go to
534 5.7.9 https://support.google.com/mail/?p=InvalidSecondFactor d9443c01a7336-1f44c9705b5sm81214145ad.174 – gsmtp
com.foucsr.crmportal.exception.AppException: Unable to send mail
this is my configuration
“smtp_host”: “smtp.gmail.com”,
“port”: 587,
“username”: “[email protected]”,
“password”: “testpassword”
kaviya s is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.