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