-
-
Notifications
You must be signed in to change notification settings - Fork 275
Closed
Labels
Description
On http://www.simplejavamail.org/#/debugging you mention the following:
Mailer mailer = new Mailer(...);
mailer.setTransportModeLoggingOnly(true);
But there is no such method because of the builders :) Maybe you can mention MailerGenericBuilder.withTransportModeLoggingOnly() here.