MailGun DNS setup issue
I'm trying to configure the mailgun service Mailgun to use my domain. On the Mailgun website it says I need to configure my TXT records (SPF & DKIM). There are two values that I need to enter.
This is what Mailgun says to add,
v=spf1 include:mailgun.org ~all
k=rsa; p=SOME_LONG_PRIVATE_KEY
When I try this, it eliminates spaces on first one and save
v=spf1include:mailgun.org~all
instead of
v=spf1 include:mailgun.org ~all
Also on the key, it saves ONLY
k=rsa
And not the whole
k=rsa; p=SOME_LONG_PRIVATE_KEY
How can I fix this?
thanks for your help in advance.
-
Solved! put " " around the text and it saves it as is.... 0 -
Hello, I'm glad to see you solved the problem. Thanks for sharing the outcome! 0
Please sign in to leave a comment.
Comments
2 comments