Skip to content

Commit f9db893

Browse files
committed
minor #11963 Change port in example MAILER_URL (thled)
This PR was merged into the 4.3 branch. Discussion ---------- 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. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- cd78ad3 Change port in example MAILER_URL
2 parents 5c09de4 + cd78ad3 commit f9db893

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)