bbottema / simple-java-mail

Simple API, Complex Emails (Jakarta Mail smtp wrapper)

Home Page:http://www.simplejavamail.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement toString() for Mailer instances for debugging purposes

bbottema opened this issue · 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.