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:
parent
dc7b37fb7c
commit
4dbc938cda
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue