Plug in your own AWS SES, pay $0.10 per 1,000 emails. Domain setup, deliverability tracking, and reputation protection — handled for you.
Your own AWS SES·One-time $99·No per-email fees
Visual & HTML editor, audience segments, scheduling, and domain warmup — all built in.
One REST endpoint to send emails. API key auth, attachments, and delivery tracking.
Import CSV, tag contacts, segment by engagement. Auto-capture from API sends and flows.
Connect Firebase, Stripe, or webhooks. Send emails and capture contacts automatically.
Opens, clicks, bounces, geo data, device breakdown — with custom tracking pixel.
DKIM, SPF, custom MAIL FROM. Guided DNS setup with one-click verification.
Gradually ramp up sending volume with configurable batch sizes and intervals.
Auto-pause on high bounce rates. Suppression list, complaint tracking, and scoring.
Connect your AWS SES, verify your domain, and start sending — all in under 5 minutes.
Link your AWS SES and verify your domain with guided DNS setup.
yourdomain.com → verifiedGenerate a key from the dashboard. One click, ready to use.
ml_live_sk_••••••••Use the API or campaign builder. Tracking and protection built in.
→ 202 { "status": "queued" }Connect Maillayer with the tools you already use.
Send transactional emails triggered by Firebase Auth events and Cloud Functions.
Coming SoonSend payment receipts, invoice emails, and subscription notifications via Stripe webhooks.
Coming SoonTrigger transactional emails from Supabase Edge Functions and database webhooks.
Coming SoonSend welcome emails, magic links, and auth notifications with Clerk webhook events.
Coming SoonPay for Maillayer once. Send through your own AWS SES.
One-time payment · Lifetime access
14-day money-back guarantee
Billed yearly at $96/year
Cancel anytime
“I tried Maillayer before this release, and it's a great piece of software.”
“Get maillayer, you'll be beyond satisfied. I am using it to send updates for supersaas.dev and it worked flawlessly.”
Pay once, send forever. No monthly fees, no per-email charges beyond AWS SES costs.
curl -X POST https://maillayer.com/api/v1/emails \ -H "Authorization: Bearer ml_live_your_api_key" \ -H "Content-Type: application/json" \ -d '{ "from": "[email protected]", "to": "[email protected]", "subject": "Order Confirmed", "html": "<p>Thanks for your order!</p>" }'