Email API that doesn't eat your margins.

New here? Simple API. React Email baked in. Free tier that actually works.

Coming from Resend? Change one import line. That's it. No refactor. Your code stays exactly the same.

Zero-refactor Resend migration
We export a Resend class. Just swap from 'resend'from 'emailmate'. Done.

The math.

Resend Pro = $20/mo + $0.90/1k overage. We're half that.

67%
cheaper overages
1 line
to migrate
0
refactoring needed

Send 100k emails/month? Resend: $20 + $45 overage = $65. EmailMate Scale: $19 + $15 overage = $34. BYOS: just $10.

See it yourself.

Two ways to use Emailmate. Pick what fits.

New project? Use EmailMate directly.
import { EmailMate } from 'emailmate';

const em = new EmailMate('em_xxxx');

await em.emails.send({
  from: 'you@yourapp.com',
  to: 'user@example.com',
  subject: 'Welcome',
  html: '<h1>You're in.</h1>'
});
Already on Resend? One line.← Most people do this
// Before
import { Resend } from 'resend';

// After
import { Resend } from 'emailmate';

// Your code? Untouched. Same API. Same types. Same everything.
const resend = new Resend('em_xxxx');
await resend.emails.send({ ... }); // works exactly like before

Why Emailmate?

Great DX

TypeScript. React Email. Simple SDK. If you've used Resend, you already know how this works.

Actually affordable

BYOS is free. Hosted is $5/mo. No $79/mo "starter" plans. No gotchas.

Same infrastructure

AWS SES under the hood. Same deliverability as Resend. Because it's literally the same thing.

Your keys, your control

BYOS means your AWS credentials, your sending reputation, your data. We just provide the interface.

What you get.

Everything Resend has. Nothing missing.

Send emails (duh)
Batch sending
Scheduled emails
Open & click tracking
Webhooks
Domain verification
DKIM/SPF/DMARC
React Email support
Contacts & audiences
Multiple API keys
Delivery logs
Template management

Pricing.

Half the cost. Same features.

Free

To get started

$0
  • 100 emails/day
  • 1 domain
  • 1 API key
  • 7-day logs
Popular

Pro

For indie hackers

$9/mo
  • 10k emails/mo
  • $0.40/1k after
  • 20 domains
  • 5 API keys
  • 30-day logs

Scale

For growing teams

$19/mo
  • 50k emails/mo
  • $0.30/1k after
  • 50 domains
  • 15 API keys
  • 90-day logs

Bring Your Own SES

Use your AWS credentials. Pay AWS directly ($0.10/1k emails). We just give you the nice API.

Free$0
3 domains, 2 API keys, 7-day logs
Pro$5/mo
25 domains, 10 API keys, 30-day logs

vs Resend: Their Pro = $20/mo + $0.90/1k overage. Our Scale = $19/mo + $0.30/1k. 67% cheaper overages.

Questions.

Is this really a 1-line migration?
Yes. We export a Resend class. Change your import, keep your code. We matched their API exactly.
What's BYOS?
Bring Your Own SES. Use your AWS account, pay AWS directly ($0.10/1k). We just give you the nice API and dashboard for free.
Same deliverability?
Same infrastructure. Resend uses SES. We use SES. Deliverability depends on your domain reputation, not us.
Why is this so cheap?
We're not raising VC money to burn on Super Bowl ads. Low overhead, fair pricing. That's it.
What if I need help?
Docs, email support, Discord. We're developers too. We'll help you.

Stop overpaying for email.

1 line to switch. 90% less cost. Same great DX.

Get Started Free

No credit card. No commitment. Just email.