Add non html content
This commit is contained in:
@@ -73,6 +73,7 @@ public class SendMailSSL {
|
||||
}
|
||||
}
|
||||
email.setHtmlMsg(content);
|
||||
email.setTextMsg(content);
|
||||
try {
|
||||
email.send();
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user