Domains (SPF/DMARC + Authenticity)
PartialVerify ownership, publish SPF/DMARC, and send with brand-matching `from`.
Verify your domain (SPF/DMARC + authenticity)
Deliverability depends on domain authentication. Mail Champ uses:
- Ownership verification (TXT record)
- SPF guidance (for inbox delivery)
- DMARC guidance (recommended)
Ownership verification
To verify ownership, call:
POST /api/v1/domains/:id/verify
This step checks only the ownership TXT record. You still need to publish SPF (and ideally DMARC) for best results.
SPF / DMARC
When you publish DNS records:
- Add SPF on the root domain (
v=spf1 ...) - Add DMARC at
_dmarc.yourdomain.com
DKIM
DKIM signing support is planned and is a high-priority deliverability milestone.