Refactoring

This commit is contained in:
M66B
2020-01-29 21:06:45 +01:00
parent 35ebfa4f14
commit d0fca27e70
15 changed files with 59 additions and 59 deletions

View File

@@ -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);