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

Trusted hosts should be space-delimited

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