javax.mail.SendFailedException: Sending failed;nested exception is:class javax.mail.MessagingExcepti
I am getting this error on executing the email sending code using webtop 6.7 My ERROR: javax.mail.SendFailedException: Sending failed;nested exception is:class javax.mail.MessagingException: 530 5.7.1 Client was not authenticated MY CODE: Properties props = new Properties(); //props.setProperty("mail.transport.protocol",…