From 52dc3cc290454778816ee3a7b135dae555568094 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Thu, 21 Jan 2021 12:05:26 -0300 Subject: [PATCH] Expose SMTP_DOMAIN Global Setting in sample file (#515) This is useful when using some SMTP providers, like Google Apps https://meta.discourse.org/t/discourse-smtp-sends-ehlo-localhost-instead-of-domain-breaking-google-smtp-relay/176755/6?u=falco --- samples/standalone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/standalone.yml b/samples/standalone.yml index 9da89d8..f830dda 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -64,6 +64,7 @@ env: DISCOURSE_SMTP_USER_NAME: user@example.com DISCOURSE_SMTP_PASSWORD: pa$$word #DISCOURSE_SMTP_ENABLE_START_TLS: true # (optional, default true) + #DISCOURSE_SMTP_DOMAIN: discourse.example.com # (required by some providers) ## If you added the Lets Encrypt template, uncomment below to get a free SSL certificate #LETSENCRYPT_ACCOUNT_EMAIL: me@example.com -- 2.25.1