File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Transport Setup
19
19
---------------
20
20
21
21
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 ``,
23
23
``pass `` and ``port `` parameters are optional):
24
24
25
25
.. code-block :: env
@@ -83,7 +83,7 @@ transport, but you can force to use one:
83
83
# force to use SMTP instead of HTTP (which is the default)
84
84
MAILER_DSN=sendgrid+smtp://$SENDGRID_KEY@default
85
85
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
87
87
party provider:
88
88
89
89
==================== ========================================== =========================================== ========================================
You can’t perform that action at this time.
0 commit comments