Email authentication is the set of technical protocols that verify a sender's identity and prove to receiving mail servers that an email genuinely originated from the claimed domain. The three core protocols are SPF, DKIM, and DMARC.
Why authentication is the foundation of warm-up:
You cannot successfully warm up an email address or domain without proper authentication in place. ISPs will not build positive reputation for unauthenticated senders — they simply filter or reject their messages. Before starting any warm-up campaign, confirm your SPF, DKIM, and DMARC records are correctly configured.
Authentication checklist before starting warm-up:
- SPF record published and passing
- DKIM signing active on all outgoing mail
- DMARC policy in place (start with
p=nonefor monitoring, then escalate) - PTR/rDNS record matches your sending hostname
- Custom tracking domain set up (not using the ESP's default tracking links)
See individual entries for SPF, DKIM, DMARC, and PTR Record.