Skip to content

Commit 6ecabef

Browse files
Change AOL SMTP port from 587 to 465
1 parent 00fffe2 commit 6ecabef

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)