mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Use fully qualified localhost
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user