From a699d7bdfe6239f8157817f9a3528a4c2be8ed67 Mon Sep 17 00:00:00 2001 From: Steven Buccini Date: Wed, 1 Jul 2020 13:32:59 -0400 Subject: [PATCH] Update documentation with Sendgrid instructions (#994) Add information about how to integrate with Sendgrid. --- .../project-setup/environment-variables.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/development/project-setup/environment-variables.md b/docs/development/project-setup/environment-variables.md index 899abebaf..3ec78a956 100644 --- a/docs/development/project-setup/environment-variables.md +++ b/docs/development/project-setup/environment-variables.md @@ -41,6 +41,17 @@ SMTP_USERNAME= SMTP_PASSWORD= ``` +If you would like to use Sendgrid to send your emails, use the following environment variables: +```bash +SMTP_ADDRESS=smtp.sendgrid.net +SMTP_AUTHENTICATION=plain +SMTP_DOMAIN= +SMTP_ENABLE_STARTTLS_AUTO=true +SMTP_PASSWORD= +SMTP_PORT=587 +SMTP_USERNAME=apikey +``` + ### Configure frontend URL Provide the following value as frontend url