Enable UTF-8 support

This commit is contained in:
M66B 2019-01-22 09:07:30 +00:00
parent 1fda1b061a
commit eefe9667ec
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ public class MessageHelper {
props.put("mail.smtp.writetimeout", Integer.toString(NETWORK_TIMEOUT)); // one thread overhead props.put("mail.smtp.writetimeout", Integer.toString(NETWORK_TIMEOUT)); // one thread overhead
props.put("mail.smtp.timeout", Integer.toString(NETWORK_TIMEOUT)); props.put("mail.smtp.timeout", Integer.toString(NETWORK_TIMEOUT));
props.put("mail.mime.allowutf8", "true");
props.put("mail.mime.address.strict", "false"); props.put("mail.mime.address.strict", "false");
props.put("mail.mime.decodetext.strict", "false"); props.put("mail.mime.decodetext.strict", "false");