Skip to content
Start free trial

Authenticate your sending domain

Authentication records tell receiving mail servers that your sending domain has authorised your sending infrastructure. Without them, mail goes to spam or gets rejected. This guide covers what each record does and how to set it up.

  1. Identify your sending domain

    Your sending domain is the domain in your email’s “From” address — for example, if you send from hello@mail.example.com, your sending domain is mail.example.com. Go to Deliverability in InboxEagle and open your brand to see the current authentication status for each domain.

  2. Set up or verify each authentication record

    Work through each tab below for your sending domain. You’ll need access to your DNS provider to add or update records.

  3. Verify in InboxEagle

    After adding or updating your DNS records, allow up to 48 hours for DNS propagation. Then check Deliverability — the authentication section will show the current pass/fail status for each record.

  4. Advance your DMARC policy

    Once SPF and DKIM are confirmed passing, advance your DMARC policy from none to quarantine, and eventually to reject. This is the key final step to protect your domain from spoofing.

SPF (Sender Policy Framework) is a DNS TXT record that lists the mail servers authorised to send on behalf of your domain.

What it does: When a receiving server gets your email, it checks if the sending IP is in your SPF record. If it isn’t, SPF fails.

Format:

v=spf1 include:your-esp.com ~all

Common mistakes:

  • More than one SPF record on the same domain (only one is allowed — merge them).
  • Missing your ESP’s include (check your ESP’s documentation for the correct include: value).
  • Using -all (hard fail) before confirming all legitimate sending sources are included.

Steps:

  1. Find your ESP’s SPF include value in their documentation.
  2. Check if your domain already has an SPF record (dig TXT yourdomain.com).
  3. Add or update the TXT record at your DNS provider.
  4. Verify it in InboxEagle’s deliverability view.