mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Refactoring
This commit is contained in:
@@ -418,7 +418,7 @@ public class ServiceSend extends ServiceBase {
|
||||
}
|
||||
|
||||
// Create transport
|
||||
try (MailService iservice = new MailService(
|
||||
try (EmailService iservice = new EmailService(
|
||||
this, ident.getProtocol(), ident.realm, ident.insecure, false, debug)) {
|
||||
iservice.setUseIp(ident.use_ip);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user