File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Transport Setup
2121---------------
2222
2323Emails 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
8989party provider:
9090
9191==================== ========================================== =========================================== ========================================
You can’t perform that action at this time.
0 commit comments