mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-27 04:35:12 +01:00
Print a stack trace on STMP error
This commit is contained in:
parent
6089d481a9
commit
67a40a6fd0
@ -113,6 +113,8 @@ public class SendMailSSL {
|
||||
file.delete();
|
||||
|
||||
} catch(Exception e) {
|
||||
// Print the stack trace
|
||||
e.printStackTrace();
|
||||
ConsoleLogger.showError("Some error occurred while trying to send a email to " + mail);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user