Merge pull request #4083 from sethherr/sparkpost_domain_sending_fix

Add information about updating sending domain
This commit is contained in:
Jeff Atwood 2016-03-16 03:28:23 -07:00
commit 49502f4601
1 changed files with 6 additions and 0 deletions

View File

@ -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