From: Rafael dos Santos Silva Date: Thu, 21 Jan 2021 15:05:26 +0000 (-0300) Subject: Expose SMTP_DOMAIN Global Setting in sample file (#515) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=52dc3cc290454778816ee3a7b135dae555568094;p=discourse_docker.git 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 --- 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