Cold Email
SPF, DKIM and DMARC for International Outbound Email
A practical guide to checking SPF, DKIM, DMARC, alignment, and sender requirements before testing outbound email in a new international market.
International outbound email fails in two different ways. The offer can be irrelevant, or the sending infrastructure can make a legitimate message look untrustworthy before anyone reads it. SPF, DKIM, and DMARC address the second problem. They do not make weak outreach persuasive, and they do not guarantee inbox placement.
Use the free email authentication readiness checker before a small new-market outreach test. It separates missing records from DNS failures and only checks DKIM when you supply the selector your provider actually uses.
Start with a separate sending identity
Do not experiment with unproven outbound campaigns from the same identity that carries invoices, password resets, support replies, and customer communication. A separate subdomain or carefully controlled secondary domain limits operational damage if list quality, message relevance, or complaint handling is poor.
That separation does not remove the obligation to identify yourself, respect opt-outs, and follow the rules in the recipient's market. It simply keeps an acquisition experiment from becoming a single point of failure for the rest of the business.
What SPF actually answers
SPF publishes which sending systems are allowed to use a domain in the SMTP envelope. A receiver evaluates the connecting IP against mechanisms such as include, ip4, a, and mx.
The most common operating failures are:
- publishing more than one SPF record;
- forgetting a legitimate platform after switching providers;
- using
+all, which authorizes every sender; - exceeding the ten DNS-lookup limit through nested includes;
- copying a record without understanding which domain it protects.
SPF alone does not authenticate the visible From address that a recipient sees. That is why alignment matters later in DMARC.
Why DKIM needs a selector
DKIM signs selected message headers and the body with a private key. The receiver retrieves the corresponding public key from DNS. The DNS name includes both the signing domain and a selector, commonly shown as the s= value in a DKIM-Signature header.
Selectors are not standardized names. Google Workspace, Microsoft 365, an email service provider, and an internal mail system can all choose different selectors and rotate them over time. A checker that tries ten popular names and reports "no DKIM" is making a stronger claim than the evidence allows.
Use the selector from the provider's setup screen or inspect a real signed message. Then verify that the exact DNS record exists and contains a non-empty public key.
What DMARC adds
DMARC connects the visible From domain to SPF or DKIM through identifier alignment. It also publishes what a receiver should do when aligned authentication fails.
| Policy | Operational meaning |
|---|---|
p=none |
Collect evidence without asking receivers to quarantine or reject failures. |
p=quarantine |
Ask receivers to treat failing mail as suspicious. |
p=reject |
Ask receivers to reject failing mail. |
Moving directly to enforcement without inventorying every legitimate sender can block real mail. A safer sequence is to publish reporting, observe the sources, correct alignment, and then increase enforcement deliberately.
Authentication is not deliverability
A domain can pass SPF, DKIM, and DMARC and still perform badly. Receiving systems also consider sender and IP reputation, complaint rates, recipient engagement, reverse DNS, TLS, message formatting, unsubscribe behavior, and the quality of the underlying list.
For a new market, infrastructure checks must sit inside a broader experiment:
- Select a small group of accounts with a clear reason to care.
- Write messages that reflect the market and the buyer's operating context.
- Authenticate the sending identity and verify alignment.
- Make opting out immediate and durable.
- Measure replies and negative signals before increasing volume.
This is the same operating discipline described in cold email with no trigger event: the first batch should buy evidence, not justify scale.
Authentication also cannot rescue a poor list. Apply the same evidence standard used in the disqualification layer for emerging-market outbound before a message reaches the sending queue.
A practical pre-send checklist
Before the first campaign, confirm:
- the domain has one valid SPF record;
- every legitimate sender is represented without crossing the lookup limit;
- a real test message contains a passing DKIM signature;
- the From domain aligns with SPF or DKIM;
- DMARC reporting reaches a mailbox or reporting service someone reviews;
- the campaign identifies the sender and provides a working opt-out;
- reply handling and suppression are operational before volume increases;
- the message has been tested with a small, relevant account set.
Run the SPF, DMARC, and DKIM readiness check, save the findings internally, and fix the infrastructure before judging the market from campaign results.
What the evidence should change
If authentication fails, stop and repair the sending setup. If authentication passes but replies remain weak, do not hide behind technical metrics. Revisit the segment, trigger, offer, proof, and localization. The point of a controlled international outbound test is to learn which constraint is real before spending more money or sending more messages.
Continue the series: Cold Email Follow-Up: Why the Second Pass Is Nearly Free and Positive Reply Rate vs Reply Rate: 282 Sends of Data.