From 7856c7538f2838b5dac60430acf45ad19b9fa511 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 31 Jul 2014 15:00:45 -0700 Subject: [PATCH] correct SPF/TXT record docs --- 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 a6bf9d9a233..2c974e4b238 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1130,7 +1130,7 @@ en: - **IMPORTANT:** Does your ISP have a reverse DNS record entered to associate the domain names and IP addresses you send mail from? [Test your Reverse PTR record][2] here. If your ISP does not enter the proper reverse DNS pointer record, it's very unlikely any of your email will be delivered. - - Is your domain's [SPF record][8] correct? [Test your SPF record][1] here. Note that you need to enter both SPF and TXT versions of this record for maximum compatibility. + - Is your domain's [SPF record][8] correct? [Test your SPF record][1] here. Note that TXT is the correct official record type for SPF. - Is your domain's [DKIM record][3] correct? This will significantly improve email deliverability. [Test your DKIM record][7] here.