From e4bc0de537a9e84401c43dafd75e62aec4276298 Mon Sep 17 00:00:00 2001 From: sethherr Date: Tue, 15 Mar 2016 10:30:06 -0500 Subject: [PATCH] Add information about updating sending domain --- docs/INSTALL-email.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/INSTALL-email.md b/docs/INSTALL-email.md index a1930f5ad8c..db40eea4e3d 100644 --- a/docs/INSTALL-email.md +++ b/docs/INSTALL-email.md @@ -15,6 +15,12 @@ DISCOURSE_SMTP_USER_NAME: SMTP_Injection DISCOURSE_SMTP_PASSWORD: [Any API key with Send via SMTP permission] ``` +If not using **the exact** domain you verified (e.g. you're using a subdomain of it), you must change the default `from` email to match the sending domain. Uncomment (and update with your sending domain) this line in `app.yml`: + +```yml +- exec: rails r "SiteSetting.notification_email='info@unconfigured.discourse.org'" +``` + #### [SendGrid][sg] (12k emails/month) ```yml