Powered by Cloudflare

Send emails with
one API call

Send transactional and marketing emails through mailer.erk.im. Powered by Cloudflare Email Service. Track delivery, bounces, and usage — all from your dashboard or API.

send-email.sh
# Send an email via the API
curl -X POST https://mailer.erk.im/api/send \
-H "Authorization: Bearer em_live_abc123..." \
-H "Content-Type: application/json" \
-d '{
"to": "customer@example.com",
"subject": "Your invoice is ready",
"html": "<h1>Invoice #1234</h1>",
"from_email": "billing@yourapp.com",
"from_name": "YourApp Billing"
}'
# Response: 202 Accepted
{ "id": "01JQWX...", "status": "sent" }

How it works

Three steps to your first email

01

Create a sender

Add and verify your sender email address or domain. Configure from name and reply-to.

02

Get your API key

Generate an API key from your dashboard. Use it with Bearer auth to send emails programmatically.

03

Send emails

POST to /api/send with your recipients, subject, and body. We handle delivery via Cloudflare Email Service.

Features

Built for developers

Simple send API

One POST request to send an email. Support for HTML, plain text, CC, BCC, and custom reply-to.

API key authentication

Secure Bearer token auth with per-user API keys. Generate and revoke from the dashboard.

Delivery tracking

Track sent, delivered, bounced, and failed emails. View delivery status and usage in your dashboard.

Cloudflare powered

Global edge delivery infrastructure. High deliverability with automatic SPF, DKIM, and DMARC.

REST API

Full programmatic access. List sent emails, manage senders, check usage — all via API.

Reseller mode

White-label email sending. Create sub-accounts via API, track per-customer usage, aggregate billing.

Usage dashboard

Real-time email counts, sender management, and delivery analytics in a clean dashboard.

Sender verification

Verify sender identities to ensure deliverability and compliance. Domain-level or per-address.

Pricing

Start free. Scale as you grow.

free

$0/mo

  • 100 emails/mo
  • 1 sender
  • 3 day log retention
Get started

hobby

$9/mo

  • 5,000 emails/mo
  • 5 senders
  • 7 day log retention
Start free trial

starter

$29/mo

  • 50,000 emails/mo
  • 25 senders
  • 30 day log retention
Start free trial

pro

Popular

$79/mo

  • 250,000 emails/mo
  • 100 senders
  • 90 day log retention
Start free trial

business

$199/mo

  • 1,000,000 emails/mo
  • Unlimited senders
  • 90 day log retention
Start free trial

Reseller / White-Label

Build email sending into your own SaaS. Create sub-accounts via API, track per-customer usage, and get billed for aggregate consumption. Full REST API included.

Contact us

Ready to send email?

Send your first email in under a minute. No credit card required.

Create free account