I'm trying to set up an SPF record for a site that uses a domain and subdomain. The subdomain is hosted on a different server.
so http://www.mywebsite.com has the following SPF record. v=spf1 ip4:10.10.10.10/18 ?all
but http://app.mywebsite.com is on a separate server and is sending PHP mail via [email protected].
In Gmail I get the little red question mark that says "Gmail can't verify that mywebsite.com sent this email".
I'm wondering if part of my problem is the SPF records set up?
Thanks