diff --git a/src/main/java/com/jamesquinley/Asecure/electronicMailHandler.java b/src/main/java/com/jamesquinley/Asecure/electronicMailHandler.java index dd2254c..461a97f 100644 --- a/src/main/java/com/jamesquinley/Asecure/electronicMailHandler.java +++ b/src/main/java/com/jamesquinley/Asecure/electronicMailHandler.java @@ -166,7 +166,7 @@ public class electronicMailHandler { "You will not receive a migration popup on login unless the account service changes hashes again.\n" + "Welcome back to your account, and have a great day!\n" + "\n\n\n\n\n" + - " This email is automated, sent to the owner of the account (" + User + ")." + " Please don't reply to this email."); + "This email is automated, sent to the owner of the account (" + User + ")." + " Please don't reply to this email."); Transport.send(message); System.out.println("Alert Sent");