reSES is a transactional email API that sends through your own Amazon SES — a drop-in Resend SDK, plus a dashboard that tracks every send, open, click, and bounce.
No credit card · bring your own SES keys · cancel anytime
import { Resend } from "resend";
const resend = new Resend(process.env.RESES_KEY);
// point the SDK at reSES:
// RESEND_BASE_URL="https://api.reses.io"
await resend.emails.send({
from: "you@mail.acme.dev",
to: "dana@example.com",
subject: "Hello",
html: "<strong>it works</strong>",
});A complete sending API with the observability layer teams actually need.
Every SES event — Send, Delivery, Open, Click, Bounce, Complaint — in time-series charts and per-message timelines. The thing Resend keeps shallow.
Keep the Resend SDK. Change one base URL.
Send through your AWS account. Your reputation, your rates.
Automatic DKIM, SPF and DMARC on every domain.
Separate domains, keys, and members per workspace.
Real-time, signature-verified event delivery to your stack.
From AWS key to observed send in minutes.
Add an AWS IAM key. reSES sends through your account — nothing changes about your deliverability.
Set one base URL. Your existing Resend code sends through reSES unchanged.
Opens, clicks, bounces and complaints stream into your dashboard in real time.
You only pay reSES — SES charges land on your own AWS bill. Placeholder tiers; final pricing TBD.
For side projects on your own SES.
Start freeFor growing products that need visibility.
Start free trialFor high-volume senders & teams.
Start free trialConnect your SES, keep your Resend code, and finally see what happens after send.