Deliverability8 min read

SPF, DKIM, and DMARC Setup for Cold Email: A Step-by-Step Guide

SPF, DKIM, and DMARC Setup for Cold Email: A Step-by-Step Guide
ClickReach

ClickReach Team

March 28, 2026

Email authentication is non-negotiable for cold email in 2026. Gmail and Microsoft now require SPF, DKIM, and DMARC for bulk senders. Without them, your emails go straight to spam.

SPF Setup

What It Does

SPF (Sender Policy Framework) tells receiving servers which IP addresses can send email from your domain.

How to Set It Up

  1. Log into your DNS provider
  2. Add a TXT record:
    • Name: @ (or your domain)
    • Value: v=spf1 include:_spf.google.com ~all
  3. If using multiple providers, combine them:
    • v=spf1 include:_spf.google.com include:sendgrid.net ~all

DKIM Setup

What It Does

DKIM adds a cryptographic signature to your emails, proving they haven't been altered in transit.

How to Set It Up

  1. Generate DKIM keys in your email provider (Gmail Admin > Apps > Google Workspace > Settings for Gmail)
  2. Copy the TXT record value
  3. Add a TXT record in your DNS:
    • Name: google._domainkey (or as specified)
    • Value: the generated key

DMARC Setup

What It Does

DMARC tells receiving servers what to do with emails that fail SPF or DKIM checks.

How to Set It Up

  1. Start with monitoring mode:
    • Add a TXT record: v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com
  2. After 2-4 weeks, review reports
  3. Gradually tighten: p=quarantine then p=reject

Verification

Use tools like MXToolbox to verify all three records are correctly configured before sending your first cold email campaign.

Ready to improve your outreach?

Put these strategies into practice with ClickReach. 15-day trial, no credit card required.