mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Check with reduced timeout
This commit is contained in:
@@ -388,7 +388,7 @@ public class ServiceSend extends ServiceBase {
|
||||
|
||||
// Create transport
|
||||
try (MailService iservice = new MailService(
|
||||
this, ident.getProtocol(), ident.realm, ident.insecure, debug)) {
|
||||
this, ident.getProtocol(), ident.realm, ident.insecure, false, debug)) {
|
||||
iservice.setUseIp(ident.use_ip);
|
||||
|
||||
// Connect transport
|
||||
|
||||
Reference in New Issue
Block a user