No DNS confusion. No waiting. No dependency on a single provider.
Most users complete setup in under 60 seconds
See if your domain is ready to send email — SPF, DMARC, and MX in seconds.
Your first send
curl -X POST https://truncus.co/api/v1/emails/send \
-H "Authorization: Bearer tr_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"from": "you@yourdomain.com",
"to": "test@example.com",
"subject": "Hello from Truncus",
"html": "<p>It works.</p>"
}'Response includes terminal delivery status — delivered, bounced, or rejected. No polling. Full quickstart guide
Send a test email and see it arrive within seconds.
Most users complete setup in under 60 seconds.
If your email provider goes down, your system keeps running.