Skip to content

Commit 21214ea

Browse files
authored
Update environment-variables.md (#530)
1 parent 5ce5374 commit 21214ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/self-hosted/configuration/environment-variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ SMTP_PASSWORD=<Your SMTP password>
119119
ℹ️ 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.
120120

121121
```bash
122-
SMTP_ADDRESS=smtp.sendgrid.com
122+
SMTP_ADDRESS=smtp.sendgrid.net
123123
SMTP_AUTHENTICATION=plain
124124
SMTP_DOMAIN=<your verified domain>
125125
SMTP_ENABLE_STARTTLS_AUTO=true

0 commit comments

Comments
 (0)