This commit is contained in:
James Quinley 2022-03-25 14:53:14 -07:00
parent 9054b9573c
commit 13e1842983

View File

@ -80,7 +80,7 @@ public class emailVerify {
message.setRecipients(Message.RecipientType.TO,
InternetAddress.parse(receiverEmail));
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" +
"The MAC address used has been set as your account's default ("+Adr + ")");