diff --git a/docs/self-hosted/configuration/environment-variables.md b/docs/self-hosted/configuration/environment-variables.md index 94c5608b..70258968 100644 --- a/docs/self-hosted/configuration/environment-variables.md +++ b/docs/self-hosted/configuration/environment-variables.md @@ -119,7 +119,7 @@ SMTP_PASSWORD= ℹ️ For clarification, the `SMTP_USERNAME` should be set to the literal text apikey—this is not the actual API key. SendGrid uses 'apikey' as the standard username for its services. ```bash -SMTP_ADDRESS=smtp.sendgrid.com +SMTP_ADDRESS=smtp.sendgrid.net SMTP_AUTHENTICATION=plain SMTP_DOMAIN= SMTP_ENABLE_STARTTLS_AUTO=true