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 @@ -21,7 +21,7 @@ Transport Setup
21
21
---------------
22
22
23
23
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 ``,
25
25
``pass `` and ``port `` parameters are optional):
26
26
27
27
.. code-block :: env
@@ -85,7 +85,7 @@ transport, but you can force to use one:
85
85
# force to use SMTP instead of HTTP (which is the default)
86
86
MAILER_DSN=sendgrid+smtp://$SENDGRID_KEY@default
87
87
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
89
89
party provider:
90
90
91
91
==================== ========================================== =========================================== ========================================
You can’t perform that action at this time.
0 commit comments