Reverted javax mail implementation

This commit is contained in:
Tim Visée
2015-11-01 23:16:09 +01:00
parent 1f888abc12
commit 0fbeefc488
2 changed files with 4 additions and 3 deletions
@@ -83,6 +83,7 @@ public class RecoverEmailCommand extends ExecutableCommand {
plugin.mail.main(auth, thePass);
m.send(player, "email_send");
} catch (NoSuchAlgorithmException | NoClassDefFoundError ex) {
ex.printStackTrace();
ConsoleLogger.showError(ex.getMessage());
m.send(sender, "error");
}