Skip to content

Commit bf61cd4

Browse files
committed
minor #14105 Fix typos: DNS -> DSN (maks-rafalko)
This PR was submitted for the 5.1 branch but it was merged into the 4.4 branch instead. Discussion ---------- Fix typos: DNS -> DSN <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 ------- a629f0f Fix typos: DNS -> DSN
2 parents 72e1f87 + a629f0f commit bf61cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mailer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Transport Setup
2121
---------------
2222

2323
Emails are delivered via a "transport". Out of the box, you can deliver emails
24-
over SMTP by configuring the DNS in your ``.env`` file (the ``user``,
24+
over SMTP by configuring the DSN in your ``.env`` file (the ``user``,
2525
``pass`` and ``port`` parameters are optional):
2626

2727
.. code-block:: env
@@ -85,7 +85,7 @@ transport, but you can force to use one:
8585
# force to use SMTP instead of HTTP (which is the default)
8686
MAILER_DSN=sendgrid+smtp://$SENDGRID_KEY@default
8787
88-
This table shows the full list of available DNS formats for each third
88+
This table shows the full list of available DSN formats for each third
8989
party provider:
9090

9191
==================== ========================================== =========================================== ========================================

0 commit comments

Comments
 (0)