Remove spaces from reset email.
This commit is contained in:
parent
5d95990a0e
commit
a87023d196
@ -166,7 +166,7 @@ public class electronicMailHandler {
|
|||||||
"You will not receive a migration popup on login unless the account service changes hashes again.\n" +
|
"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" +
|
"Welcome back to your account, and have a great day!\n" +
|
||||||
"\n\n\n\n\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);
|
Transport.send(message);
|
||||||
System.out.println("Alert Sent");
|
System.out.println("Alert Sent");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user