File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,14 @@ You'll now have a new line in your ``.env`` file that you can uncomment:
63
63
.. code-block :: bash
64
64
65
65
# .env
66
- SENDGRID_KEY=
67
- MAILER_DSN=sendgrid://$SENDGRID_KEY @default
66
+ MAILER_DSN=sendgrid://KEY@default
68
67
69
68
The ``MAILER_DSN `` isn't a *real * address: it's a simple format that offloads
70
69
most of the configuration work to mailer. The ``sendgrid `` scheme activates the
71
70
SendGrid provider that you just installed, which knows all about how to deliver
72
71
messages to SendGrid.
73
72
74
- The *only * part you need to change is to set ``SENDGRID_KEY `` to your key (in
73
+ The *only * part you need to change is to replace ``KEY `` in the `` MAILER_DSN `` (in
75
74
``.env `` or ``.env.local ``).
76
75
77
76
Each provider has different environment variables that the Mailer uses to
You can’t perform that action at this time.
0 commit comments