Remove Spacing on one annoying formatting part
This commit is contained in:
parent
7c7c6cde41
commit
b246d41971
@ -38,7 +38,7 @@ public class emailVerify {
|
|||||||
message.setRecipients(Message.RecipientType.TO,
|
message.setRecipients(Message.RecipientType.TO,
|
||||||
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, \n please login and change your password. \n \n \n \n \n This was sent on behalf of Obsidian Core Studios by our super cool login robots! \n NOTICE: This is a no-reply address.");
|
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 was sent on behalf of Obsidian Core Studios by our super cool login robots! \n NOTICE: This is a no-reply address.");
|
||||||
|
|
||||||
Transport.send(message);
|
Transport.send(message);
|
||||||
System.out.println("Server Failed To Send User Login Notice");
|
System.out.println("Server Failed To Send User Login Notice");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user