Fixed Fail Print On Send

This commit is contained in:
James Quinley 2022-02-08 08:12:26 -08:00
parent a70d9ca7f2
commit d3482f1344

View File

@ -43,7 +43,7 @@ public class emailVerify {
" \n This email (" + receiverEmail + ") is linked to the Obsidian Core Account "+ User + " \n These security emails can't be opted out of. \n \n This was sent on behalf of Obsidian Core Studios by our super cool login robots!");
Transport.send(message);
System.out.println("Server Failed To Send User Login Notice");
System.out.println("Alert Sent");
} catch (Exception e) {
e.printStackTrace();
System.err.println("Notice Was Not Sent Because Of An Error.");