docs: fix env variable name in sendgrid (#3382)

I think this reference is wrong.
This commit is contained in:
Johannes Riedmüller
2023-03-06 09:40:20 +01:00
committed by GitHub
parent 3086f8b016
commit 0d7725d3d3

View File

@@ -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 youre using in SendGrid as the single sender.