From 0d7725d3d387cc1d957d5de36c80eb3c27bb0c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Riedm=C3=BCller?= <33628348+hanslissi@users.noreply.github.com> Date: Mon, 6 Mar 2023 09:40:20 +0100 Subject: [PATCH] docs: fix env variable name in sendgrid (#3382) I think this reference is wrong. --- docs/content/add-plugins/sendgrid.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/add-plugins/sendgrid.mdx b/docs/content/add-plugins/sendgrid.mdx index d524ab7cb4..fcfc25be87 100644 --- a/docs/content/add-plugins/sendgrid.mdx +++ b/docs/content/add-plugins/sendgrid.mdx @@ -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= -SENDGRID_FROM= +SENDGRID_FROM= ``` Make sure to replace the `` with the SendGrid API key and the `` with the email you’re using in SendGrid as the single sender.