Moves To LowCap.
This commit is contained in:
parent
37939a7f8a
commit
515a2122ab
@ -80,8 +80,8 @@ public class emailVerify {
|
|||||||
message.setRecipients(Message.RecipientType.TO,
|
message.setRecipients(Message.RecipientType.TO,
|
||||||
InternetAddress.parse(receiverEmail));
|
InternetAddress.parse(receiverEmail));
|
||||||
message.setSubject("Obsidian Core Account Login Notice | " + Date);
|
message.setSubject("Obsidian Core Account Login Notice | " + Date);
|
||||||
message.setText("Something Seems Fishy, A Login Was Detected At A New Location (" + Adr + " Compared To Your Last Logon " + OldAdr +") "+"(at " + dateFormat.format(dt) + " PST)" + ". If this was you ignore this email, if it wasn't you, please contact us (Respond To This Email).\n\n\n\n" +
|
message.setText("Something seems fishy, a login was detected at a new location (" + Adr + " Compared To Your Last Logon " + OldAdr +") "+"(at " + dateFormat.format(dt) + " PST)" + ". If this was you ignore this email, if it wasn't you, please contact us (Respond to this email).\n\n\n\n" +
|
||||||
" \nThis email (" + receiverEmail + ") is linked to the Obsidian Core Account "+ User + " \nThese security emails can't be opted out of. \n\nThis was sent on behalf of Obsidian Core Studios by our super cool login robots.\n\n\n\n" +
|
" \nThis email (" + receiverEmail + ") is linked to the Obsidian Core account "+ User + " \nThese security emails can't be opted out of. \n\nThis was sent on behalf of Obsidian Core Studios by our super cool login robots.\n\n\n\n" +
|
||||||
"The MAC address used has been set as your account's default ("+Adr + ")");
|
"The MAC address used has been set as your account's default ("+Adr + ")");
|
||||||
|
|
||||||
Transport.send(message);
|
Transport.send(message);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user