bbottema/simple-java-mail

Trusted hosts should be space-delimited

cbarcenas opened this issue · 1 comments

When setting mail.smtp.ssl.trust to a list of trusted domains, Simple Java Mail currently comma-delimits the list of domains. This behavior is invalid; JavaMail expects a space-separated list of hosts.

Released as 5.0.0.rc1-SNAPSHOT. Add OSS' snapshots repo to find it in Maven.