Update Grammar, besides that nothing much.

This commit is contained in:
James Quinley
2022-02-17 20:53:07 -08:00
parent be29dea796
commit fca7981fda
3 changed files with 106 additions and 105 deletions

View File

@ -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");