DNS host · SPF

SPF record for GoDaddy

How to add a SPF record when DNS or mail is at GoDaddy. Real steps, then a live lookup.

GoDaddy is often the registrar and the DNS host. If NS records point elsewhere, these steps will not apply.

  1. My Products > DNS next to the domain > Add New Record > TXT.
  2. Host: @. Value: your v=spf1 record. TTL: 1 hour is fine while you test.
  3. If a TXT SPF record already exists, edit it rather than adding another.

Official docs: GoDaddy. Other records for this provider: SPF · DKIM · DMARC

Check it live

Check the SPF record

Look up the live DNS after you save. This tool does not spend credits.

v=spf1 include:_spf.google.com ~all

Publish as a single TXT record on the apex. Never create two SPF records.

Related