I have a client who complains that their email messages aren't being received by customers who are using gmail. I sent an email from one of their accounts to my personal gmail account and found that the message got filtered by gmail as JUNK.
After a bit of research I found that the problem may have something to do with the SPF record for their domain. The default SPF record that was created for their domain was (including the quotation marks):
(it's not actually 2.2.2.2... I just changed that to obscure my server's IP address)
After digging into this a bit I found that changing my client's SPF record might help, so I changed it to this...
Two questions:
1) Has anyone else run into a similar problem?
2) When entering the TXT record into DA, should the text syntax include the opening and trailing quotation marks?
Thanks,
Joe
After a bit of research I found that the problem may have something to do with the SPF record for their domain. The default SPF record that was created for their domain was (including the quotation marks):
Code:
"v=spf1 a mx ip4:2.2.2.2 ~all"
(it's not actually 2.2.2.2... I just changed that to obscure my server's IP address)
After digging into this a bit I found that changing my client's SPF record might help, so I changed it to this...
Code:
"v=spf1 a mx ip4:2.2.2.2 include:_spf.google.com ~all"
Two questions:
1) Has anyone else run into a similar problem?
2) When entering the TXT record into DA, should the text syntax include the opening and trailing quotation marks?
Thanks,
Joe