Email authentication is non-negotiable in 2026. Without it, your emails go to spam—or don’t get delivered at all.
Declares which mail servers are authorized to send for your domain.
v=spf1 include:_spf.postmta.com ~all
Cryptographic signature proving your server sent the email.
PostMTA generates and rotates DKIM keys automatically:
# View your DKIM public key
curl https://api.postmta.com/v1/domains/yourdomain.com/dkim
Policy telling receivers what to do with unauthenticated email.
v=DMARC1; p=quarantine; rua=mailto:dmarc@yourdomain.com
PostMTA provisions authentication records automatically:
# Add your domain — PostMTA generates all DNS records
POST /v1/domains
{
"domain": "yourdomain.com",
"dkim_selector": "mail",
"spf_include": "_spf.postmta.com"
}
DMARC reporting analytics included.
PostMTA also supports BIMI for branded email icons in inbox: