InboxAudit

SMTP2GO email authentication

Managed SMTP relay aimed at teams that do not want to run their own.

SPF record

Add SMTP2GO to your domain's SPF record with this include:

include:spf.smtp2go.com

A complete record for a domain sending only through SMTP2GO:

v=spf1 include:spf.smtp2go.com ~all

What it costs you

1 of your 10 DNS lookups. That is the cheapest an include can be — the record it points at contains only IP ranges, with no further includes to follow. Behind it are 10 IP ranges.

Live record

This is what spf.smtp2go.com published when this page was generated:

v=spf1 ip4:207.58.147.64/28 ip4:216.22.15.224/27 ip4:43.228.184.0/22 ip4:103.47.204.0/22 ip4:103.2.140.0/22 ip4:203.31.36.0/22 ip4:170.10.68.0/22 ip4:158.120.80.0/21 ip4:66.235.120.0/21 ip4:194.195.251.175 ~all

Domains using SMTP2GO

Found while resolving 293 well-known domains on 2026-08-04 — each authorises spf.smtp2go.com in its published SPF record:

DKIM

Enable DKIM inside SMTP2GO and publish the selector record it generates. DKIM matters more than SPF for deliverability, because a DKIM signature survives forwarding while SPF does not — see how selectors work.

DMARC

Neither SPF nor DKIM protects the address your recipients actually see until DMARC ties them to it. Once SMTP2GO is authenticating, publish a DMARC record — start at p=none with a reporting address and tighten from there.

Generate a DMARC record →

Check it worked

DNS changes take minutes to hours to propagate. Once published, run the domain through the checker — it resolves the full include chain and reports the real lookup count.

Official documentation

SMTP2GO setup docs →