Revert "Use fully qualified localhost"

This reverts commit 4dbc938cda.
pull/146/head
M66B 6 years ago
parent ad103ba3f0
commit 530114684b

@ -1463,7 +1463,6 @@ 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…
Cancel
Save