Skip to content

Commit cea2d74

Browse files
committed
minor #11641 Fix a few minor misprints in Mailer article (bocharsky-bw)
This PR was merged into the 4.3 branch. Discussion ---------- Fix a few minor misprints in Mailer article Just fixing a few minor misprints Commits ------- 3fc6102 Fix a few minor misprints in Mailer article
2 parents 9301d71 + 3fc6102 commit cea2d74

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)