Update documentation with Sendgrid instructions (#994)

Add information about how to integrate with Sendgrid.
This commit is contained in:
Steven Buccini 2020-07-01 13:32:59 -04:00 committed by GitHub
parent 83be2e1edb
commit a699d7bdfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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=<your verified domain>
SMTP_ENABLE_STARTTLS_AUTO=true
SMTP_PASSWORD=<your Sendgrid API key>
SMTP_PORT=587
SMTP_USERNAME=apikey
```
### Configure frontend URL
Provide the following value as frontend url