mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-06 12:54:11 +01:00
Workaround for EHLO
This commit is contained in:
@@ -1463,6 +1463,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
|
||||
// Create session
|
||||
Properties props = MessageHelper.getSessionProperties(ident.auth_type, ident.insecure);
|
||||
props.put("mail.smtp.localhost", ident.host);
|
||||
final Session isession = Session.getInstance(props, null);
|
||||
|
||||
// Create message
|
||||
|
||||
Reference in New Issue
Block a user