Skip to content

Commit c14489a

Browse files
authored
Fix typos: DNS -> DSN
1 parent c2bcbf6 commit c14489a

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
@@ -19,7 +19,7 @@ Transport Setup
1919
---------------
2020

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

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

8989
==================== ========================================== =========================================== ========================================

0 commit comments

Comments
 (0)