We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mailgun wants me to do a few things to my DNS in order for it to relay mail for me:
TXT
v=spf1 include:mailgun.org ~all
CNAME
(i,i apparently my brain says CNAME is a verb but TXT is a noun.)
They also advise (i.e. mark optional) setting some MX records: mxa.mailgun.org and mxb.mailgun.org, both priority 10.
Maybe a tickbox marked "Mailgun" to do this stuff on a per-domain basis?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mailgun wants me to do a few things to my DNS in order for it to relay mail for me:
TXT
myname.sandcats.io tov=spf1 include:mailgun.org ~all
.TXT
smtp._domainkey.myname.sandcats.io to some big long RSA key.CNAME
email.myname.sandcats.io to mailgun.org.(i,i apparently my brain says
CNAME
is a verb butTXT
is a noun.)They also advise (i.e. mark optional) setting some MX records: mxa.mailgun.org and mxb.mailgun.org, both priority 10.
Maybe a tickbox marked "Mailgun" to do this stuff on a per-domain basis?
The text was updated successfully, but these errors were encountered: