Update emailVerify.java
Doing stuff on GitHub, should still work.
This commit is contained in:
parent
5ae74f157b
commit
06a6fe0cda
@ -80,9 +80,9 @@ 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 +" "+ "(at " + dateFormat.format(dt) + " PST)" + ". \n 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 + ")");
|
||||
"The MAC address used has been set as your account's default, as well as past logins ("+Adr + ")");
|
||||
|
||||
Transport.send(message);
|
||||
System.out.println("Alert Sent");
|
||||
|
Loading…
x
Reference in New Issue
Block a user