mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-19 23:28:59 +01:00
Add non html content
This commit is contained in:
parent
46d39c7864
commit
3b802d03b1
@ -73,6 +73,7 @@ public class SendMailSSL {
|
||||
}
|
||||
}
|
||||
email.setHtmlMsg(content);
|
||||
email.setTextMsg(content);
|
||||
try {
|
||||
email.send();
|
||||
} catch (Exception e) {
|
||||
|
Loading…
Reference in New Issue
Block a user