com.sun.mail.smtp.SMTPSendFailedException: 551 This mail server requires authentication before sending mail from a locally hosted domain. Please reconfigure your mail client to authenticate before sending mail.
I am getting the error above when I integrate with the my Java Application running on a Tomcat server
Sending successfully if I use the same properties in separate class with main and run as java application
Why I am not getting this? Thank you in advance.