3

I need to add a SendGrid SPF record for my GoDaddy domain, but I'm not sure exactly where to put it. I have an existing TXT record for @ with value of google-site-verification=XXXXXXXXXXXXXXXXXXXXXXXX. So should I add the SPF information to that, or create a new TXT record? If I need to add it how should I do so - append it after a semicolon?

JelmerS
  • 777
  • 6
  • 12
ChrisM
  • 33
  • 1
  • 6

1 Answers1

4

You should create a new TXT record with the spf information in there. If you want an example, we had to do the same at work:

$ dig -t txt booking.com
booking.com.        900 IN  TXT "v=spf1 mx/25 ip4:154.54.96.0/28 include:priceline.com include:sendgrid.net ?all"
booking.com.        900 IN  TXT "google-site-verification=RUz0C9k4tXs5skeRZsP5FGjiyGXptvWtg7YPC49bMQI"
Dennis Kaarsemaker
  • 18,793
  • 2
  • 43
  • 69