From fef73ebaef41b88d550f2b0a499a04a9451859a6 Mon Sep 17 00:00:00 2001 From: Herrick Fang Date: Sat, 22 Jun 2024 16:54:12 -0700 Subject: [PATCH] Update Sendgrid heroku deploy instructions This caused an address error: `certificate verify failed (Hostname mismatch)` --- docs/self-hosted/configuration/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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