Skip to content

Commit cd78ad3

Browse files
authored
Change port in example MAILER_URL
The example URL for a SMTP configuration uses "encryption=ssl". Therefore it should use the SSL port for SMTP which is 465.
1 parent 5c09de4 commit cd78ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

email.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ environment variable in the ``.env`` file:
4545
MAILER_URL=null://localhost
4646
4747
# use this to configure a traditional SMTP server
48-
MAILER_URL=smtp://localhost:25?encryption=ssl&auth_mode=login&username=&password=
48+
MAILER_URL=smtp://localhost:465?encryption=ssl&auth_mode=login&username=&password=
4949
5050
.. caution::
5151

0 commit comments

Comments
 (0)