10k emails for just $1

Send transactional and marketing emails

Plug in your own AWS SES, pay $0.10 per 1,000 emails. Domain setup, deliverability tracking, and reputation protection — handled for you.

limited to 100 spots!

Your own AWS SES·One-time $99·No per-email fees

Bring your own AWS SES
$0.10 per 1,000 emails
One-time fee no recurring costs
Setup in 5 minutes

Email Campaigns

Visual & HTML editor, audience segments, scheduling, and domain warmup — all built in.

Transactional API

One REST endpoint to send emails. API key auth, attachments, and delivery tracking.

Contact Management

Import CSV, tag contacts, segment by engagement. Auto-capture from API sends and flows.

Automation Flows

Connect Firebase, Stripe, or webhooks. Send emails and capture contacts automatically.

Analytics & Tracking

Opens, clicks, bounces, geo data, device breakdown — with custom tracking pixel.

Domain & Deliverability

DKIM, SPF, custom MAIL FROM. Guided DNS setup with one-click verification.

Domain Warmup

Gradually ramp up sending volume with configurable batch sizes and intervals.

Reputation Protection

Auto-pause on high bounce rates. Suppression list, complaint tracking, and scoring.

How it works

Three steps to start sending

Connect your AWS SES, verify your domain, and start sending — all in under 5 minutes.

1

Connect & verify domain

Link your AWS SES and verify your domain with guided DNS setup.

yourdomain.com → verified
2

Get your API key

Generate a key from the dashboard. One click, ready to use.

ml_live_sk_••••••••
3

Send emails

Use the API or campaign builder. Tracking and protection built in.

→ 202 { "status": "queued" }
Integrations

Works with your stack

Connect Maillayer with the tools you already use.

Firebase

Send transactional emails triggered by Firebase Auth events and Cloud Functions.

Coming Soon

Stripe

Send payment receipts, invoice emails, and subscription notifications via Stripe webhooks.

Coming Soon

Supabase

Trigger transactional emails from Supabase Edge Functions and database webhooks.

Coming Soon

Clerk

Send welcome emails, magic links, and auth notifications with Clerk webhook events.

Coming Soon
Pricing

One price, unlimited emails

Pay for Maillayer once. Send through your own AWS SES.

Best Value

Lifetime

Early access — limited to 100
$99

One-time payment · Lifetime access

0 sold100 remaining
Unlimited campaigns
Contact management
API access & webhooks
Domain warmup
Automation flows
Lifetime updates

14-day money-back guarantee

Pro Yearly

$8/mo

Billed yearly at $96/year

Same features, flexible subscription.
Unlimited campaigns
Contact management
API access & webhooks
Domain warmup
Automation flows
All features included

Cancel anytime

Testimonials

Loved by developers

“I tried Maillayer before this release, and it's a great piece of software.”

Piotr Kulpinski
Piotr Kulpinski
Founder, Open Alternative

“Get maillayer, you'll be beyond satisfied. I am using it to send updates for supersaas.dev and it worked flawlessly.”

Fayaz Ahmed
Fayaz Ahmed
Creator, Supersaas

Pay once, send forever.

Pay once, send forever. No monthly fees, no per-email charges beyond AWS SES costs.

100 spots left!

Send your first email

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>"
  }'