Hi,
I am using JavaMail v1.3.1 and in my
test code, I have the following:
session.setDebug(true);
I re-direct the System.out to a file onto my file system.
But when I run the program, along with the SMTP commands, in 1.3.1, I am getting a dump of the email message that I am sending. Things get messier when I have attachments in the email.
Is there a way in which I can turn-off the email dump in the SMTP debug log?
Thanks in Advance
Ganapathi.
[ August 23, 2004: Message edited by: Ganapathi Raman ]