docs: fix env variable name in sendgrid (#3382)
I think this reference is wrong.
This commit is contained in:
committed by
GitHub
parent
3086f8b016
commit
0d7725d3d3
@@ -3917,7 +3917,7 @@ Then, in your `.env` file add the API key you created earlier as well as the sen
|
||||
|
||||
```bash
|
||||
SENDGRID_API_KEY=<API_KEY>
|
||||
SENDGRID_FROM=<YOUR_SEND_FROM>
|
||||
SENDGRID_FROM=<SEND_FROM_EMAIL>
|
||||
```
|
||||
|
||||
Make sure to replace the `<API_KEY>` with the SendGrid API key and the `<SEND_FROM_EMAIL>` with the email you’re using in SendGrid as the single sender.
|
||||
|
||||
Reference in New Issue
Block a user