From 0bb9b607cc1a186b8507b6b560e190b702197f37 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 15 Mar 2014 15:29:26 -0700 Subject: [PATCH] add SPF DKIM reminder --- docs/INSTALL-digital-ocean.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL-digital-ocean.md b/docs/INSTALL-digital-ocean.md index 762e0095fd8..b1a344e0be9 100644 --- a/docs/INSTALL-digital-ocean.md +++ b/docs/INSTALL-digital-ocean.md @@ -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