Change ! to .
This commit is contained in:
parent
d3482f1344
commit
1c31ed5a3c
@ -40,7 +40,7 @@ public class emailVerify {
|
|||||||
InternetAddress.parse(receiverEmail));
|
InternetAddress.parse(receiverEmail));
|
||||||
message.setSubject("Obsidian Core Account Login Notice | " + Date);
|
message.setSubject("Obsidian Core Account Login Notice | " + Date);
|
||||||
message.setText("We detected a new login on your account, if this was you ignore this email, if it wasn't you, please login and change your password. \n \n \n \n" +
|
message.setText("We detected a new login on your account, if this was you ignore this email, if it wasn't you, please login and change your password. \n \n \n \n" +
|
||||||
" \n This email (" + receiverEmail + ") is linked to the Obsidian Core Account "+ User + " \n These security emails can't be opted out of. \n \n This was sent on behalf of Obsidian Core Studios by our super cool login robots!");
|
" \n This email (" + receiverEmail + ") is linked to the Obsidian Core Account "+ User + " \n These security emails can't be opted out of. \n \n This was sent on behalf of Obsidian Core Studios by our super cool login robots.");
|
||||||
|
|
||||||
Transport.send(message);
|
Transport.send(message);
|
||||||
System.out.println("Alert Sent");
|
System.out.println("Alert Sent");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user