This commit is contained in:
M66B 2022-03-29 21:52:20 +02:00
parent 5c58d3e314
commit 7f20fd6af8
1 changed files with 2 additions and 2 deletions

View File

@ -748,7 +748,7 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
end = new Date().getTime();
EntityLog.log(this, "Sent " + via + " elapse=" + (end - start) + " ms");
} catch (MessagingException ex) {
iservice.dump();
iservice.dump(ident.email);
Log.e(ex);
if (ex instanceof SMTPSendFailedException) {
@ -770,7 +770,7 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
throw ex;
} catch (Throwable ex) {
iservice.dump();
iservice.dump(ident.email);
throw ex;
} finally {
iservice.close();