mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Added option for custom EHLO identification
This commit is contained in:
@@ -466,7 +466,7 @@ public class ServiceSend extends ServiceBase {
|
||||
// Create transport
|
||||
try (EmailService iservice = new EmailService(
|
||||
this, ident.getProtocol(), ident.realm, ident.insecure, debug)) {
|
||||
iservice.setUseIp(ident.use_ip);
|
||||
iservice.setUseIp(ident.use_ip, ident.ehlo);
|
||||
iservice.setUnicode(ident.unicode);
|
||||
|
||||
// Connect transport
|
||||
|
||||
Reference in New Issue
Block a user