Fixed Fail Print On Send
This commit is contained in:
parent
a70d9ca7f2
commit
d3482f1344
@ -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.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user