1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-22 15:55:57 +00:00

Use fully qualified localhost

This commit is contained in:
M66B 2018-11-16 15:23:46 +01:00
parent dc7b37fb7c
commit 4dbc938cda

View file

@ -1464,6 +1464,7 @@ public class ServiceSynchronize extends LifecycleService {
// Create session
Properties props = MessageHelper.getSessionProperties(ident.auth_type, ident.insecure);
props.put("mail.smtp.localhost", "localhost.localdomain.");
final Session isession = Session.getInstance(props, null);
// Create message