Add non html content

This commit is contained in:
Xephi59 2015-11-11 01:50:23 +01:00
parent 46d39c7864
commit 3b802d03b1

View File

@ -73,6 +73,7 @@ public class SendMailSSL {
} }
} }
email.setHtmlMsg(content); email.setHtmlMsg(content);
email.setTextMsg(content);
try { try {
email.send(); email.send();
} catch (Exception e) { } catch (Exception e) {