I\'m getting the following error when using JavaMail to send mails. Its unusual because its been working for sometime until now and no changes have been made.
5
Please try enabling transport level security
spring.mail.properties.mail.smtp.starttls.enable=true spring.mail.properties.mail.smtp.starttls.required=true spring.mail.properties.mail.smtp.auth=true