Skip to content

Commit 3fc6102

Browse files
authored
Fix a few minor misprints in Mailer article
1 parent 9301d71 commit 3fc6102

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
@@ -61,12 +61,12 @@ You'll now have a new line in your ``.env`` file that you can uncomment:
6161

6262
.. code-block:: bash
6363
64-
# .env`
64+
# .env
6565
6666
SENDGRID_KEY=
6767
MAILER_DSN=smtp://$SENDGRID_KEY@sendgrid
6868
69-
The``MAILER_DSN`` isn't a *real* SMTP address: it's a simple format that offloads
69+
The ``MAILER_DSN`` isn't a *real* SMTP address: it's a simple format that offloads
7070
most of the configuration work to mailer. The ``@sendgrid`` part of the address
7171
activates the SendGrid mailer library that you just installed, which knows all
7272
about how to deliver messages to SendGrid.

0 commit comments

Comments
 (0)