From e78c04b88b4eb2f8026fbfa3787daf0990bd80b7 Mon Sep 17 00:00:00 2001 From: Jeff Atwood <jatwood@discourse.org> Date: Tue, 11 Jun 2013 13:52:54 -0700 Subject: [PATCH] extra space in email was causing sub-list :( --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 537902f47..467002a56 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -718,7 +718,7 @@ en: - Verify that your email server is *definitely* sending a fully-qualified hostname that resolves in DNS in its HELO message. If not, this will cause your email to be rejected by many mail services. - - Configure [DKIM email key signing][3] in your email software, and place the public DKIM key in your DNS records. This is not required, but will significantly improve email deliverability. + - Configure [DKIM email key signing][3] in your email software, and place the public DKIM key in your DNS records. This is not required, but will significantly improve email deliverability. (The *easy* way is to [sign up for Mandrill][6], which has a generous free mailing plan and will be fine for small forums. You'll still need to set up the SPF and DKIM records in your DNS, though!)