Spaces out files, wooohoo!
This commit is contained in:
parent
a9d3688e9d
commit
ce6674e4bb
@ -43,10 +43,10 @@ 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 you're here, and welcome to the Obsidian Core Studios Family! \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" +
|
||||
"This Was Sent On Behalf Of Obsidian Core Studios By Our Super Cool Login Robots." +
|
||||
"\nYou'll Only Get This Email Once." +
|
||||
"\nThis Account Was Created For:" +User);
|
||||
"\nThis Account Was Created For: " + User);
|
||||
|
||||
Transport.send(message);
|
||||
System.out.println("Sent Onboarding Email");
|
||||
|
@ -671,10 +671,10 @@ public class delegationServices {
|
||||
dCollection.updateOne(searchQuery, updateQuery3);
|
||||
dCollection.updateOne(searchQuery, updateQuery4);
|
||||
dCollection.updateOne(searchQuery, updateQuery5);
|
||||
dCollection.updateOne(searchQuery, updateQuery6);
|
||||
dCollection.updateOne(searchQuery, updateQuery8);
|
||||
dCollection.updateOne(searchQuery, updateQuery7);
|
||||
dCollection.updateOne(searchQuery, updateQuery9);
|
||||
dCollection.updateOne(searchQuery, updateQuery6);
|
||||
//delegationTimer.trigger();
|
||||
delegationTimer.DeleteTargetRequest(ClientID);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user