grails / grails-mail

The Grails Mail Plugin
https://grails.github.io/grails-mail/
Apache License 2.0
14 stars 25 forks source link

Update to Jakarta Mail for better UTF8 & Java 9+ support #40

Closed erichelgeson closed 4 years ago

erichelgeson commented 4 years ago

Note you still need to set the system property mail.mime.charset

System.setProperty("mail.mime.charset", "utf-8")
// or 
-Dmail.mime.charset=utf-8
erichelgeson commented 4 years ago

Actually should do this on the 2.x branch too, closing this one.