Skip to content

Commit 27a8de4

Browse files
authored
Merge pull request #1762 from StevenMassaro/patch-1
fix: Change AOL SMTP port from 587 to 465
2 parents 00fffe2 + 6ecabef commit 27a8de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nux/services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
'auth' => 'login',
106106
'smtp' => array(
107107
'server' => 'smtp.aol.com',
108-
'port' => 587,
108+
'port' => 465,
109109
'tls' => true
110110
)
111111
));

0 commit comments

Comments
 (0)