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.
Resend class. Just swap from 'resend' →from 'emailmate'. Done.Powering emails for
Resend Pro = $20/mo + $0.90/1k overage. We're half that.
Send 100k emails/month? Resend: $20 + $45 overage = $65. EmailMate Scale: $19 + $15 overage = $34. BYOS: just $10.
Two ways to use Emailmate. Pick what fits.
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>'
});// 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 beforeTypeScript. React Email. Simple SDK. If you've used Resend, you already know how this works.
BYOS is free. Hosted is $5/mo. No $79/mo "starter" plans. No gotchas.
AWS SES under the hood. Same deliverability as Resend. Because it's literally the same thing.
BYOS means your AWS credentials, your sending reputation, your data. We just provide the interface.
Everything Resend has. Nothing missing.
Half the cost. Same features.
To get started
For indie hackers
For growing teams
Use your AWS credentials. Pay AWS directly ($0.10/1k emails). We just give you the nice API.
vs Resend: Their Pro = $20/mo + $0.90/1k overage. Our Scale = $19/mo + $0.30/1k. 67% cheaper overages.
1 line to switch. 90% less cost. Same great DX.
Get Started FreeNo credit card. No commitment. Just email.