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:
6363.. code-block :: bash
6464
6565 # .env
66- SENDGRID_KEY=
67- MAILER_DSN=sendgrid://$SENDGRID_KEY @default
66+ MAILER_DSN=sendgrid://KEY@default
6867
6968 The ``MAILER_DSN `` isn't a *real * address: it's a simple format that offloads
7069most of the configuration work to mailer. The ``sendgrid `` scheme activates the
7170SendGrid provider that you just installed, which knows all about how to deliver
7271messages to SendGrid.
7372
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
7574``.env `` or ``.env.local ``).
7675
7776Each provider has different environment variables that the Mailer uses to
You can’t perform that action at this time.
0 commit comments