The email platform that doesn't eat your margins.

Full email platform. API, broadcasts, audiences, analytics—all in one. TypeScript-first. React Email baked in.

Built by indie hackers, for indie hackers. Because paying $79/mo for email is insane.

Bring Your Own SES = Free forever
Use your AWS credentials, pay AWS directly at $0.10/1k emails. We just give you the nice API and dashboard.

The math.

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

67%
cheaper overages
$0.10
per 1k (BYOS)
50
free emails/day

Send 50k emails/month? Resend: $40/mo. EmailMate Scale: $19 + $7.50 overage = $26.50. BYOS: just $5.

See it yourself.

Simple. TypeScript. Just works.

send-email.ts
import { EmailMate } from 'emailmate';

const em = new EmailMate('em_xxxx');

await em.emails.send({
  from: 'hello@yourapp.com',
  to: 'user@example.com',
  subject: 'Welcome to YourApp',
  html: '<h1>You're in.</h1>'
});
app/api/send/route.ts
import { EmailMate } from 'emailmate';

const em = new EmailMate(process.env.EMAILMATE_API_KEY!);

export async function POST(req: Request) {
  const { to, subject } = await req.json();

  const result = await em.emails.send({
    from: 'hello@yourapp.com',
    to,
    subject,
    html: '<h1>Hello!</h1>'
  });

  return Response.json(result);
}

Why Emailmate?

Great DX

TypeScript. React Email. Simple SDK. Ship in minutes, not hours.

Actually affordable

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

Enterprise infrastructure

AWS SES under the hood. 99.9% uptime. The same infrastructure that powers Amazon.

Your keys, your control

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

Reach humans, not spam folders.

The #1 fear with shared email platforms: "What if spammers ruin my deliverability?" We designed around that.

Isolated Sending Environment

Every account gets its own isolated configuration set. Bad actors on our platform can't touch your reputation. Your domain reputation is yours alone.

  • Dedicated configuration per tenant
  • Separate reputation metrics
  • No shared sending reputation risk
  • Automatic bad actor isolation

Faster Time to Inbox

We handle authentication so you don't have to think about it. Prevent spoofing. Land in the inbox. Every time.

  • Auto DKIM, SPF, DMARC setup
  • Prevent spoofing attacks
  • Dynamic suppression lists
  • Bounce & complaint handling
99.9%
Uptime SLA
AWS SES
Battle-tested infra
SOC 2
AWS compliance
CAN-SPAM
Compliant

Not just an API. A full platform.

Everything you need to send email at scale. Dashboard included.

Email API

REST API with TypeScript SDK. Send transactional emails in seconds.

Batch sending
Scheduled emails
React Email support

Broadcasts

Send campaigns to your entire audience with one click.

Bulk sending
Audience targeting
Campaign analytics

Audiences

Manage contacts and build email lists.

Import contacts
Segments
Unsubscribe handling

Analytics

Track everything. Opens, clicks, bounces, complaints.

Real-time stats
Delivery logs
Event history

Domains

Verify your domains. We handle DKIM, SPF, DMARC.

Custom domains
Auto DNS records
Reputation monitoring

Webhooks

Real-time notifications for every email event.

Delivery events
Open/click tracking
Bounce alerts

Plus everything else you'd expect:

Multiple API keys
Template management
Idempotency keys
Attachments
Custom headers
Reply-to support

How we compare.

Same features. Fraction of the cost.

FeatureEmailMateResendSendGrid
Free tier50/day100/day100/day
Pro plan (5k/mo)$9/mo$20/mo$19.95/mo
Overage cost$0.30/1k$0.90/1k$0.50/1k
BYOS option✓ Free
Broadcasts
Audiences
Analytics
React Email
TypeScript SDK

Pricing.

Half the cost. Same features.

Free

To get started

$0
  • 50 emails/day
  • 300/mo
  • 1 domain
  • 1 API key
Popular

Pro

For indie hackers

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

Scale

For growing teams

$19/mo
  • 25k emails/mo
  • $0.30/1k after
  • 25 domains
  • 10 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.

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.
How's the deliverability?
We use AWS SES - the same infrastructure that powers Amazon. Deliverability depends on your domain reputation, and we help you set that up right.
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.
What frameworks do you support?
Next.js and Node.js for now. More coming soon. The SDK is just fetch under the hood.

Stop overpaying for email.

Free tier included. No credit card required.

Get Started Free

No credit card. No commitment. Just email.