From 1c31ed5a3ca423d689789aaa86fd1e193401d27b Mon Sep 17 00:00:00 2001 From: James Quinley Date: Tue, 8 Feb 2022 08:13:26 -0800 Subject: [PATCH] Change ! to . --- src/main/java/com/jamesquinley/Asecure/emailVerify.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/jamesquinley/Asecure/emailVerify.java b/src/main/java/com/jamesquinley/Asecure/emailVerify.java index 8e22b2b..b3cd1aa 100644 --- a/src/main/java/com/jamesquinley/Asecure/emailVerify.java +++ b/src/main/java/com/jamesquinley/Asecure/emailVerify.java @@ -40,7 +40,7 @@ public class emailVerify { InternetAddress.parse(receiverEmail)); 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" + - " \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); System.out.println("Alert Sent");