Hello,
when activating the debug logging on sending mails with javamail thru property "mail.debug" or thru javax.mail.Session.setDebug(true), you always get at huge debug output, including the whole content of the sent mails, and even including the binary code of all attachments.
When sending a newsletter with attachments to 20.000 receivers, this output gets insane.
Is there any way to at least skip the log output of the mail contents, or at least of the attachments?
All I found for influencing the debug log is the on/off switch mentioned before.
But no way to simply set the log level...?
Thanks for help!