We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9301d71 commit 3fc6102Copy full SHA for 3fc6102
mailer.rst
@@ -61,12 +61,12 @@ You'll now have a new line in your ``.env`` file that you can uncomment:
61
62
.. code-block:: bash
63
64
- # .env`
+ # .env
65
66
SENDGRID_KEY=
67
MAILER_DSN=smtp://$SENDGRID_KEY@sendgrid
68
69
-The``MAILER_DSN`` isn't a *real* SMTP address: it's a simple format that offloads
+The ``MAILER_DSN`` isn't a *real* SMTP address: it's a simple format that offloads
70
most of the configuration work to mailer. The ``@sendgrid`` part of the address
71
activates the SendGrid mailer library that you just installed, which knows all
72
about how to deliver messages to SendGrid.
0 commit comments