Re: Java mail problem



I think Javamail dumps verbose debug messages if you add a "mail.debug"
property set to "true" to the Properties used in call to
Session.getInstance(). You can probably do this by setting the property
on the command line or in the environment also, though I'm not sure.

.