---
title: "How to Set Up SPF and DKIM Records in GoDaddy? | AutoSPF"
description: "GoDaddy is a popular hosting provider that offers easy-to-follow instructions on adding SPF and DKIM DNS records to stay abreast of phishing and spoofing."
image: "https://autospf.com/og/blog/how-to-set-up-spf-and-dkim-records-in-godaddy.png"
canonical: "https://autospf.com/blog/how-to-set-up-spf-and-dkim-records-in-godaddy/"
---

Quick Answer

GoDaddy is a popular hosting provider that offers easy-to-follow instructions on adding SPF and DKIM DNS records to stay abreast of phishing and spoofing attacks attempted to tarnish your company’s name. These DNS records help recipients’ servers to verify the authenticity of senders to categorize emails as legitimate and illegitimate.

## Try Our Free DKIM Lookup

Auto-discover DKIM selectors for any domain.

[ Discover DKIM Selectors → ](/tools/dkim-lookup/) 

Share 

[ ](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-set-up-spf-and-dkim-records-in-godaddy%2F "Share on LinkedIn") [ ](https://twitter.com/intent/tweet?text=How%20to%20Set%20Up%20SPF%20and%20DKIM%20Records%20in%20GoDaddy%3F&url=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-set-up-spf-and-dkim-records-in-godaddy%2F "Share on X/Twitter") [ ](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-set-up-spf-and-dkim-records-in-godaddy%2F "Share on Facebook") [ ](https://reddit.com/submit?url=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-set-up-spf-and-dkim-records-in-godaddy%2F&title=How%20to%20Set%20Up%20SPF%20and%20DKIM%20Records%20in%20GoDaddy%3F "Share on Reddit") [ ](mailto:?subject=How%20to%20Set%20Up%20SPF%20and%20DKIM%20Records%20in%20GoDaddy%3F&body=Check out this article: https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-set-up-spf-and-dkim-records-in-godaddy%2F "Share via Email") 

![SPF and DKIM Records](https://media.mailhop.org/autospf/images/2024/01/spf-record-office-365-1.jpg) 

GoDaddy is a popular [hosting provider](https://www.acronis.com/en-sg/blog/posts/hosting-service-provider/) that offers easy-to-follow instructions on adding SPF and DKIM DNS records to stay abreast of phishing and [spoofing attacks](https://www.straitstimes.com/tech/phishing-attempts-doubled-in-2022-as-scams-ransomware-attacks-continue-to-plague-s-pore-csa) attempted to tarnish your company’s name. 

_Per [RFC 7208](https://datatracker.ietf.org/doc/html/rfc7208), SPF evaluation is capped at 10 DNS mechanism lookups and 2 void lookups per check - exceeding either limit produces a `PermError` that fails authentication for every message from the domain._

For setup instructions covering GoDaddy and dozens of other platforms, see our [SPF Record Setup Guide](/blog/spf-record-setup-guide-every-platform/).

These DNS records help recipients’ servers to verify the authenticity of senders to categorize emails as legitimate and illegitimate. Generally, the changes made in GoDaddy’s platform are reflected within 15 minutes. So, let’s see what steps you need to follow to set up [email authentication](/blog/ushering-a-new-era-of-security-google-and-yahoos-take-on-email-authentication/) protocols in GoDaddy.

## What is SPF?

SPF is short for Sender Policy Framework, which is an email authentication protocol that relies on [TXT type DNS records](https://www.cloudflare.com/learning/dns/dns-records/dns-txt-record/). An [SPF record](/generative-ai-and-phishing-threats/) conveys information about email servers and IP addresses approved to send emails on behalf of a domain or business. 

_The authentication process starts when the recipient’s mail server queries the SPF record to check if the sender’s IP address is included in the list of authorized sources._ 

An SPF record has mechanisms like “all” (explicitly authorized servers) and “include” (allowing additional authorized servers) along with modifiers such as [“soft fail” (\~all) or “hard fail” (-all)](/blog/spf-softfail-or-spf-hardfail/) to dictate the response when a non-matching server is encountered, helping tailor the level of strictness in authentication.

## How to Set Up an SPF Record in GoDaddy?

Setting up an SPF record for your GoDaddy domain involves the modification of the following setting options. Here are detailed steps for the same-

### Log in to Your GoDaddy Account

Open the GoDaddy website and log in to your account using credentials.

### Access Domain Management

Once you have logged in, go to the ‘My Products’ section to find an option to add an SPF record.

![DNS management](https://media.mailhop.org/autospf/images/2024/01/spf-permerror-7498.jpg) 

### Navigate to DNS Management

In the DNS management console, look for the domain for which you have to add an SPF record. You will spot three dots or the ‘DNS’ option to access the [DNS management](https://www.techradar.com/news/what-is-dns-management#:~:text=DNS%20management%20is%20the%20process,or%20deleting%20nameservers%2C%20and%20more.) settings for that particular domain.

### Add SPF Record

Now, look for an option to add a new record in the DNS management section. 

### Enter SPF Record Details

Then, enter/select the following details-

- Value field- TXT.
- Host as @.
- _TXT value will be the SPF record generated manually or using an online tool._

A typical [SPF record example](/generative-ai-and-phishing-threats/spf-record-example/) looks like this:

```
v=spf1 include:example.com ~all
```

_Please note that there shouldn’t be any white spaces or double quotes in the enclosed SPF record._ 

### Save Changes

Click on the ‘Save’ button when the steps are completed.

### How Do You Verify SPF Record?

It may take a while for the changes to propagate on the internet. It’s suggested to use an [SPF checker](/10-reasons-for-regular-spf-record-checks-in-cybersecurity/spf-checker/) to verify if an SPF record has been added in GoDaddy for your domain.

## What is DKIM?

[DKIM or DomainKeys Identified Mail](https://en.wikipedia.org/wiki/DomainKeys%5FIdentified%5FMail) uses cryptographic signatures added to email headers for the authentication process. _A domain owner or administrator generates a unique private key and a corresponding public key, which is published in the DNS record of the sending domain._ 

![email forgery](https://media.mailhop.org/autospf/images/2024/01/spf-lookup-4871.jpg) 

On dispatching an email message, the sender’s mail server signs specific [email headers](/blog/email-header-analysis-lets-know-an-emails-anatomy/) with the private key. Using the public key retrieved from DNS, the recipient’s mail server can then verify the signature, confirming the email’s integrity and the sender’s legitimacy, helping combat [email forgery](https://www.bleepingcomputer.com/news/security/fake-f5-big-ip-zero-day-warning-emails-push-data-wipers/) and phishing.

## How to Set Up a DKIM Record in GoDaddy?

The steps to set up a DKIM record in GoDaddy are similar to adding an SPF record. Let’s see what you have to follow-

### Generate DKIM Keys

Use an [online DKIM record generator](https://geekflare.com/dkim-record-generators/) to produce a pair of cryptographically secured public and private keys. _A DKIM key is a long string of characters._ It’s recommended to use DKIM keys that are 1024 bits and longer to avoid their exploitation. 

### Log in to your GoDaddy Account

Use credentials to log in to your account to navigate consoles and adjust settings in your favor.

### Access Domain Management

Navigate to the “My Products” section on the dashboard.

### DNS Management Console

Find the domain for which you have to add the [DKIM record](https://www.hostinger.in/tutorials/dkim-record) and click on the three dots or the ‘DNS’ option to adjust the DNS management settings.

### Add DKIM Record

Find an option to add a new record in the DNS management section. 

### Add DKIM Record Details

Go to the ‘Records’ section and enter the details as follows-

- Type filed as TXT.
- Provide the public key in the ‘Host’ section.
- Add the DKIM key value in the ‘TXT Value’ section.

A typical DKIM Record looks like this- 

```
selector._domainkey IN TXT "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD
```

- [TTL value](https://kinsta.com/knowledgebase/what-is-ttl/) is 3600 by default. It’s the duration for which the server should cache the information.

### Save Changes

Click on the ‘Save’ button when done.

### How Do You Verify Status?

Once the changes are saved, it may take some time for them to propagate. To ensure that your DKIM record has been properly incorporated, you can make use of online tools specifically designed for a [DKIM record check](/10-reasons-for-regular-spf-record-checks-in-cybersecurity/dkim-record-check/). _These tools provide a comprehensive verification of your DKIM setup._

## Summary

It is quite easy to add SPF and DKIM records to [GoDaddy](https://www.godaddy.com/). Please ensure you run your records through an online record-checking tool or a lookup tool to avoid discrepancies and errors. For any assistance, feel free to get in touch with us at [autospf.com](/)

## Topics

[ DKIM ](/tags/dkim/)[ DKIM record ](/tags/dkim-record/)[ email security ](/tags/email-security/)[ SPF ](/tags/spf/)[ SPF record ](/tags/spf-record/) 

![Vishal Lamba](https://media.mailhop.org/autospf/images/authors/vishal-lamba.jpg) 

[ Vishal Lamba ](/authors/vishal-lamba/) 

Content Specialist

Content Specialist at AutoSPF. Writes vendor-specific SPF configuration guides and troubleshooting walkthroughs.

[LinkedIn Profile →](https://www.linkedin.com/in/vishal-lamba/) 

## Ready to get started?

Try AutoSPF free — no credit card required.

[ Book a Demo ](/book-a-demo/) 

## Related Articles

[  Intermediate 4m  Setting SPF, DKIM, and DMARC for Loops.so  Oct 28, 2025 ](/blog/setting-spf-dkim-and-dmarc-for-loops-so/)[  Intermediate 5m  Setting up SPF and DKIM records in GoDaddy  Aug 22, 2025 ](/blog/setting-up-spf-and-dkim-records-in-godaddy/)[  Intermediate 15m  SPF Sendgrid Configuration Guide: Ensure Your Emails Pass Authentication  Nov 7, 2025 ](/blog/spf-sendgrid-configuration-guide-ensure-your-emails-pass-authentication/)[  Intermediate 3m  3 points to consider before setting your SPF record to -all (HardFail)  May 22, 2025 ](/blog/3-points-to-consider-before-setting-your-spf-record-hardfail/)

```json
{"@context":"https://schema.org","@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com","logo":{"@type":"ImageObject","url":"https://autospf.com/images/autospf-logo.png"},"description":"Automatic SPF flattening and email authentication management. Resolve SPF lookup limits, flatten SPF records, and maintain email deliverability across all your domains.","parentOrganization":{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138883901","name":"DuoCircle LLC","url":"https://www.duocircle.com","sameAs":["https://www.wikidata.org/wiki/Q138883901","https://www.crunchbase.com/organization/duocircle-llc","https://www.linkedin.com/company/duocircle","https://github.com/duocircle"],"subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]},"sameAs":["https://www.wikidata.org/wiki/Q138897474","https://www.linkedin.com/company/autospf","https://x.com/autospf01","https://www.g2.com/products/autospf/reviews"],"contactPoint":{"@type":"ContactPoint","contactType":"customer support","url":"https://autospf.com/contact-us/"},"knowsAbout":["SPF Record Flattening","Sender Policy Framework","Email Authentication","DNS Management","DMARC","DKIM"]}
```

```json
{"@context":"https://schema.org","@type":"WebSite","name":"AutoSPF","url":"https://autospf.com","description":"Automatic SPF flattening and email authentication management. Resolve SPF lookup limits, flatten SPF records, and maintain email deliverability across all your domains.","publisher":{"@type":"Organization","name":"AutoSPF","url":"https://autospf.com","logo":{"@type":"ImageObject","url":"https://autospf.com/images/autospf-logo.png"},"description":"Automatic SPF flattening and email authentication management. Resolve SPF lookup limits, flatten SPF records, and maintain email deliverability across all your domains.","parentOrganization":{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138883901","name":"DuoCircle LLC","url":"https://www.duocircle.com","sameAs":["https://www.wikidata.org/wiki/Q138883901","https://www.crunchbase.com/organization/duocircle-llc","https://www.linkedin.com/company/duocircle","https://github.com/duocircle"],"subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]}}}
```

```json
{"@context":"https://schema.org","@type":"BlogPosting","headline":"How to Set Up SPF and DKIM Records in GoDaddy?","description":"GoDaddy is a popular hosting provider that offers easy-to-follow instructions on adding SPF and DKIM DNS records to stay abreast of phishing and spoofing.","url":"https://autospf.com/blog/how-to-set-up-spf-and-dkim-records-in-godaddy/","datePublished":"2024-01-09T15:59:52.000Z","dateModified":"2026-04-18T02:36:41.000Z","dateCreated":"2024-01-09T15:59:52.000Z","author":{"@type":"Person","@id":"https://autospf.com/authors/vishal-lamba/#person","name":"Vishal Lamba","url":"https://autospf.com/authors/vishal-lamba/","jobTitle":"Content Specialist","description":"Vishal Lamba writes AutoSPF's how-to guides and vendor-specific configuration walkthroughs. His work focuses on step-by-step implementation guides for major email platforms (Google Workspace, Microsoft 365, SendGrid, Mimecast, Proofpoint, Brevo, and others), troubleshooting common SPF errors, and translating RFC-level specifications into practical deployment procedures for IT administrators.","image":"https://media.mailhop.org/autospf/images/authors/vishal-lamba.jpg","knowsAbout":["SPF Vendor Configuration","Email Platform Integrations","SPF Troubleshooting","Technical Documentation","Step-by-Step Guides"],"worksFor":{"@type":"Organization","name":"AutoSPF","url":"https://autospf.com"},"sameAs":["https://www.linkedin.com/in/vishal-lamba/"]},"publisher":{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com","logo":{"@type":"ImageObject","url":"https://autospf.com/images/autospf-logo.png"},"description":"Automatic SPF flattening and email authentication management. Resolve SPF lookup limits, flatten SPF records, and maintain email deliverability across all your domains.","parentOrganization":{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138883901","name":"DuoCircle LLC","url":"https://www.duocircle.com","sameAs":["https://www.wikidata.org/wiki/Q138883901","https://www.crunchbase.com/organization/duocircle-llc","https://www.linkedin.com/company/duocircle","https://github.com/duocircle"],"subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]},"sameAs":["https://www.wikidata.org/wiki/Q138897474","https://www.linkedin.com/company/autospf","https://x.com/autospf01","https://www.g2.com/products/autospf/reviews"],"contactPoint":{"@type":"ContactPoint","contactType":"customer support","url":"https://autospf.com/contact-us/"},"knowsAbout":["SPF Record Flattening","Sender Policy Framework","Email Authentication","DNS Management","DMARC","DKIM"]},"mainEntityOfPage":{"@type":"WebPage","@id":"https://autospf.com/blog/how-to-set-up-spf-and-dkim-records-in-godaddy/"},"articleSection":"intermediate","keywords":"DKIM, DKIM record, email security, SPF, SPF record","wordCount":939,"image":{"@type":"ImageObject","url":"https://media.mailhop.org/autospf/images/2024/01/spf-record-office-365-1.jpg","caption":"SPF and DKIM Records","width":900,"height":570},"speakable":{"@type":"SpeakableSpecification","cssSelector":[".answer-block","h1"]}}
```

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://autospf.com/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://autospf.com/blog/"},{"@type":"ListItem","position":3,"name":"Intermediate","item":"https://autospf.com/intermediate/"},{"@type":"ListItem","position":4,"name":"How to Set Up SPF and DKIM Records in GoDaddy?","item":"https://autospf.com/blog/how-to-set-up-spf-and-dkim-records-in-godaddy/"}]}
```
