I can authenticated to SMTP by following the google example.
But the problem now is I can\'t send out the mail. I am getting the following error whenever I try to se
try adding these to your props config..
props.put("mail.smtp.auth", true); props.put("mail.smtp.starttls.enable", true);