Hi Mathew , Romain Thank you very much for your help on this.
I just debugged the code again. The issue was i was setting the boolean
value for "mail.smtp.auth" property.
p.put("mail.smtp.auth", true);
modified to
p.put("mail.smtp.auth", "true"); to resolve the issue. :)
Thank you very much once again.
--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html
