How to Add an SPF Record in Hover: Step-by-Step Guide

Add or edit an SPF record in Hover with step-by-step instructions. Covers exact field values, Hover's DNS interface, and verification.

Last updated: 2026-06-01

Hover is a domain registrar known for its clean, no-upsell approach to domain management. Adding an SPF record in Hover is simple and takes just a few minutes. This guide walks you through every step in Hover's dashboard, from locating the DNS settings to verifying that your record is live. No technical experience required. Not sure what to put in your SPF record? Start with our complete guide.

Before You Start

You need two things:

  1. Your Hover account login. You need access to the account where your domain is registered.
  2. Your SPF record value. This is the text string you will add to DNS. If you are not sure what it should contain, SPF Creator can build the correct record based on the email services you use.

A typical SPF record looks like this:

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

Your record will vary depending on which services send email for your domain — Google Workspace, Microsoft 365, Mailchimp, SendGrid, and others. New to SPF? Read What is SPF? for an introduction, or see SPF record examples for common configurations.

Check for an existing SPF record first

Your domain may already have an SPF record. You can only have one SPF record per domain — adding a second one causes a PermError. Always check first and edit the existing record if one is already there.

Step-by-Step: Adding an SPF Record in Hover

Log into your Hover account

Go to hover.com and sign in. You will land on your main account overview.

Go to Your Domains

Click Your Domains in the navigation. You will see a list of all domains in your account.

Select your domain

Click on the domain name you want to configure. This opens the domain's management page with tabs for Overview, DNS, Email, and other settings.

Navigate to the DNS tab

Click the DNS tab (Hover DNS guide). This shows all the DNS records currently set up for your domain. Scroll through and check whether a TXT record starting with v=spf1 already exists.

Click Add a Record

Click the Add a Record button. A form will appear where you can enter the new DNS record.

Fill in the fields as follows:

  • Type: Select TXT from the dropdown
  • Hostname: Enter @ (this means the record applies to your root domain)
  • Value: Enter your full SPF record, for example: v=spf1 include:_spf.google.com ~all

Hover typically handles TTL automatically, so you may not see a TTL field. If one is available, a value of 3600 (one hour) is standard.

Click Add Record

Click the Add Record button to save. The record will appear in your DNS records list.

Verify the record is live

After saving, use the checker tool above to confirm your SPF record is published and valid. The tool will show you the record contents, check the syntax, and count your DNS lookups.

Hover-Specific Details

A few things worth knowing about Hover's DNS panel:

  • The Hostname field uses @ for the root domain. If you want an SPF record for a subdomain like mail.yourdomain.com, enter just mail in the Hostname field.
  • No quotation marks needed. Paste your SPF record value without wrapping it in quotes. Hover formats the DNS entry correctly on its own.
  • Hover manages TTL for you. In most cases, Hover sets a reasonable default. If you can set it manually, 3600 seconds (one hour) is a good choice.

Editing an Existing SPF Record

If you already have an SPF record and need to add a new email service, do not create a second SPF record. Instead, find the existing TXT record starting with v=spf1 on the DNS tab, click the Edit button next to it, and modify the Value field. Add your new include before the ~all at the end, then save.

Example: Adding HubSpot to an existing Google Workspace SPF record.

Before:

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

After:

v=spf1 include:_spf.google.com include:spf.protection.outlook.com ~all

After editing, use the checker tool above to make sure your record is valid and stays within the 10 DNS lookup limit.

DNS Propagation Time

After saving your record in Hover, it does not appear everywhere instantly. DNS changes need time to propagate across the internet:

  • Hover's own servers: Usually updated within a few minutes
  • Most DNS resolvers: 30 minutes to 2 hours
  • Full global propagation: Up to 48 hours in rare cases

Most of the time, your SPF record will be visible within an hour or two. If it does not show up after a few minutes, give it some time before troubleshooting further.

Check propagation with the free tool

Use the SPF checker at the top of this page to verify your record is live. If it does not show up right away, wait a few minutes and try again.

Hover Email Forwarding and SPF

Hover offers an email forwarding service. If you use it, be aware that forwarding can cause SPF failures on incoming messages — the receiving server checks SPF against the forwarding server's IP, which is not in the original sender's SPF record. This does not affect your outgoing email authentication. Learn more in our guide on SPF and email forwarding.

Common Mistakes

Creating a second SPF record instead of editing. This is the most common mistake. You can only have one SPF record per domain. If you need to add a new email service, edit the existing record to include it.

Using third-party nameservers without realizing it. If you have changed your nameservers to point to another DNS provider (like Cloudflare), the DNS records you add in Hover will have no effect. Check your nameserver settings under the Overview tab to make sure Hover's nameservers are active.

Entering the full domain in the Hostname field. Enter @ for your root domain, not yourdomain.com. Entering the full domain may create the record on an incorrect subdomain.

Forgetting the ~all or -all at the end. Every SPF record needs an all mechanism that specifies what happens to email from unlisted senders.

Complete Your Email Authentication

SPF is one part of email authentication. For the best deliverability and protection against spoofing, you should also set up:

  • DKIM — Adds a cryptographic signature to your emails. Check your DKIM setup with DKIM Test.
  • DMARC — Tells receiving servers what to do when SPF or DKIM fail. Check yours with DMARC Record Checker.

Setting up all three gives you the strongest email authentication. You can verify your complete setup with the Email Deliverability Checker.

References

Never miss an SPF issue

Monitor your SPF, DKIM, DMARC and MX records daily. Get alerts when something breaks.

Start Monitoring