From f1d85e666bb651fdeb3e91a4c8d8c5085af7b1cd Mon Sep 17 00:00:00 2001 From: Daniel Uber Date: Fri, 12 Mar 2021 10:58:08 -0600 Subject: [PATCH] Add SENDGRID_API_KEY to .env_sample (#12982) This is only useful in production, but helpful to see there is such an environment variable needed. Closes #12977 --- .env_sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env_sample b/.env_sample index c14c29212..5a122db17 100644 --- a/.env_sample +++ b/.env_sample @@ -155,3 +155,7 @@ STACK_EXCHANGE_APP_KEY="" # (https://docs.github.com/) GITHUB_KEY="Optional" GITHUB_SECRET="Optional" + +# For Sendgrid email +# https://sendgrid.com/docs/for-developers/sending-email/upgrade-your-authentication-method-to-api-keys/#upgrade-to-api-keys-for-your-smtp-integration +SENDGRID_API_KEY="Optional, Production only" \ No newline at end of file