Mailgun is telling me to set up a TXT
record for mg.mydomain.com
with a value of v=spf1 ...
plus a CNAME
record for email.mg.mydomain.com
with value mailgun.org
.
I did that, and mailgun verified my domain no problem. The issue is when I send emails, certain receiving mail servers are rejecting my emails with message "Sender address rejected: Domain not found". I'm pretty sure this is because "mg.mydomain.com" doesn't exist -- I don't have a CNAME
for it. However, I can't create a CNAME
for it because it's already used for the TXT
record.
So now I don't know what to do. Can I put this v=spf1
thing in a different TXT
record so that I can free up the mg.
CNAME
, so that sender-verification will work on these picky servers?