mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-20 07:37:47 +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.setHtmlMsg(content);
|
||||||
|
email.setTextMsg(content);
|
||||||
try {
|
try {
|
||||||
email.send();
|
email.send();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user