add SPF DKIM reminder

This commit is contained in:
Jeff Atwood 2014-03-15 15:29:26 -07:00
parent bd737c9eba
commit 0bb9b607cc
1 changed files with 4 additions and 1 deletions

View File

@ -107,7 +107,10 @@ We renamed `DISCOURSE_HOSTNAME` to `discourse.techapj.com`, this means that we w
- Otherwise, create a free account on [**Mandrill**][man] (or [Mailgun][gun], or [Mailjet][jet]), and put your mail credentials (available via the Mandrill dashboard) in the `app.yml` file. The settings you want to change are `DISCOURSE_SMTP_ADDRESS`, `DISCOURSE_SMTP_PORT`, `DISCOURSE_SMTP_USER_NAME`, `DISCOURSE_SMTP_PASSWORD`.
- Be sure you remove the comment character `#` from the beginning of these mail configuration lines!
- Be sure you remove the comment character and space `# ` from the beginning of these mail configuration lines!
- Don't forget to set the [SPF and DKIM records](http://help.mandrill.com/entries/21751322-What-are-SPF-and-DKIM-and-do-I-need-to-set-them-up-) up for your domain name. In Mandrill, that's under Sending Domains, View DKIM/SPF setup instructions.
# Add Your SSH Key