mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
Oops
This commit is contained in:
@@ -438,7 +438,7 @@ public class EmailService implements AutoCloseable {
|
||||
_connect(iaddr.getHostAddress(), port, user, password, factory);
|
||||
return;
|
||||
} catch (MessagingException ex1) {
|
||||
EntityLog.log(context, "Fallback ex=" + ex.getMessage());
|
||||
EntityLog.log(context, "Fallback ex=" + ex1.getMessage());
|
||||
}
|
||||
}
|
||||
} catch (Throwable ex1) {
|
||||
|
||||
Reference in New Issue
Block a user