Update Grammar, besides that nothing much.
This commit is contained in:
@ -43,9 +43,9 @@ public class emailVerify {
|
||||
message.setRecipients(Message.RecipientType.TO,
|
||||
InternetAddress.parse(receiverEmail));
|
||||
message.setSubject("Welcome To Obsidian Core Studios!");
|
||||
message.setText("Seems You've Signed Up For An Account, We're Happy To have you here! \n \n \n \n \n " +
|
||||
message.setText("Seems you've signed up for an account we're happy you're here, and welcome to the Obsidian Core Studios Family! \n \n \n \n \n " +
|
||||
"This Was Sent On Behalf Of Obsidian Core Studios By Our Super Cool Login Robots." +
|
||||
"\n You'll Only Get This Email Once (On-boarding Email).");
|
||||
"\n You'll Only Get This Type Email Once.");
|
||||
|
||||
Transport.send(message);
|
||||
System.out.println("Sent Onboarding Email");
|
||||
|
Reference in New Issue
Block a user