Skip to content

Commit a629f0f

Browse files
maks-rafalkoxabbuh
authored andcommitted
Fix typos: DNS -> DSN
1 parent 72e1f87 commit a629f0f

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)