Fixes issues with account creation.
This commit is contained in:
@ -53,6 +53,7 @@ public class electronicMailHandler {
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
System.err.println("Email ONBOARD Not sent due to an error");
|
||||
secureCalls.banAction(receiverEmail);
|
||||
if (e instanceof SendFailedException) {
|
||||
secureCalls.banAction(receiverEmail);
|
||||
}
|
||||
|
Reference in New Issue
Block a user