mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Send fixes
This commit is contained in:
@@ -558,6 +558,8 @@ public class ServiceSend extends ServiceBase {
|
||||
|
||||
// Send message
|
||||
EntityLog.log(this, "Sending " + via);
|
||||
if (BuildConfig.DEBUG && false)
|
||||
throw new SendFailedException("Test");
|
||||
iservice.getTransport().sendMessage(imessage, to);
|
||||
long time = new Date().getTime();
|
||||
EntityLog.log(this, "Sent " + via);
|
||||
|
||||
Reference in New Issue
Block a user