sangramjadhav / simple-java-mail

Clone of Simple-java-mail
http://code.google.com/p/simple-java-mail
0 stars 0 forks source link

Support for java mail's "mail.debug" property #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to be able to enable the "mail.debug" property that javamail 
supports, so that a full communication log with the mail server can be logged.

Original issue reported on code.google.com by fabio.pl...@gmail.com on 5 Dec 2014 at 1:56

GoogleCodeExporter commented 9 years ago
I just found out that by using setDebug(true) on the Mailer and setting LOG4J 
logger for javax.mail I already get the communications log. So this Issue can 
be closed. Thank you.

Original comment by fabio.pl...@gmail.com on 5 Dec 2014 at 3:08