Skip to content

Commit aa20259

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Change port in example MAILER_URL
2 parents 2b00d0f + f9db893 commit aa20259

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)