Workaround for EHLO

This commit is contained in:
M66B 2018-11-18 18:04:07 +01:00
parent 546dc9b68b
commit fb5146a969
1 changed files with 1 additions and 0 deletions

View File

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