bbottema/simple-java-mail

Implement toString() for Mailer instances for debugging purposes

bbottema opened this issue · 1 comments

Emails have a completely toString implementation, but Mailer instances don't. While less useful, it is very useful for debugging purposes to analyse bugs reported by library users.

7.0.0 just released with this fix.