Britt Malka
Member
Hi,
I've struggled with the SPF for a long time. Too many of my sent emails bounces, and when I get the dmarc reports, it shows that the SPF fails.
If I only send with sparkpost, I use the following:
Then there's not too many DNS lookups.
But if I add hostgator's sending domain, I run into the too many DNS lookups. The code line looks like this:
To begin with, I sent with several SMTP services, which made it totally impossible to use SPF. Luckily, it turned out that Elasticemail didn't allow affiliate marketing, so I closed my account there.
But how do you handle the SPF? How can I avoid so many bouncing emails and failed SPF?
I've struggled with the SPF for a long time. Too many of my sent emails bounces, and when I get the dmarc reports, it shows that the SPF fails.
If I only send with sparkpost, I use the following:
Code:
v=spf1 mx a include:sparkpostmail.com ~all
Then there's not too many DNS lookups.
But if I add hostgator's sending domain, I run into the too many DNS lookups. The code line looks like this:
Code:
v=spf1 mx a include:websitewelcome.com include:sparkpostmail.com ~all
To begin with, I sent with several SMTP services, which made it totally impossible to use SPF. Luckily, it turned out that Elasticemail didn't allow affiliate marketing, so I closed my account there.
But how do you handle the SPF? How can I avoid so many bouncing emails and failed SPF?