Powered by AWS SES·See what’s new

Email infrastructure developers actually want.

One API for transactional sends, SMTP, inbound parsing, broadcasts and automations. Real-time events, deliverability tooling and analytics, without the enterprise price tag.

  • 3,000 free emails a month
  • No credit card required
  • REST + SMTP + 7 SDKs
send-email.ts
1import { Sendry } from 'sendry-sdk';
2
3const sendry = new Sendry(process.env.SENDRY_API_KEY);
4
5const { id } = await sendry.emails.send({
6 from: 'hello@yourapp.com',
7 to: 'user@example.com',
8 subject: 'Welcome aboard',
9 html: '<p>Thanks for signing up!</p>',
10});

Event stream

live
  • email.sent+0.0s
  • email.delivered+0.8s
  • email.opened+4m 12s
  • email.clicked+4m 38s

AWS SES

Delivery backbone with multi-region sending

REST + SMTP

Two ways in, one delivery pipeline

7 SDKs + CLI

TypeScript, Python, Go, PHP, Rust, Java, .NET

Signed webhooks

HMAC payloads, retries with backoff

Platform

Everything you need to ship email

From sending to tracking to compliance: one platform, no duct tape.

Webhooks

HMAC-signed events for sends, bounces, complaints, opens and clicks. Automatic retries with backoff.

Open & click tracking

Automatic pixel and link tracking. Know when every email is opened and every link is clicked, in real time.

Analytics & reports

Delivery, open and click rates, cohorts and industry benchmarks. Schedule CSV reports to your inbox.

Teams & scoped keys

Multi-seat orgs with owner, admin and member roles. Keys scoped to full, sending or read-only access.

Dedicated IPs & warmup

Provision dedicated sending IPs with automated warmup. Protect reputation on high-volume workloads.

Deliverability

Land in the inbox, not the spam folder

Domain authentication, suppression management and compliance tooling work together to protect your sender reputation, automatically.

Domain verification

SPF, DKIM and DMARC checked continuously

Suppression lists

Bounces and complaints suppressed automatically

One-click unsubscribe

RFC 8058 List-Unsubscribe on every marketing send

Blocklist monitoring

Real-time checks across 15+ RBLs

Bounce classification

Hard bounce detection and filtering

BIMI

Your brand logo in supporting inboxes

Official SDKs

Your language, our infrastructure

Typed responses, automatic retries and full API coverage in TypeScript, Python, Go, PHP (Laravel), Rust, Java and .NET. Or skip the SDK: it is just HTTP.

  • sendry CLI and an MCP server with 101 tools for Claude, Cursor and Codex
  • Zapier app, n8n node and Vercel AI SDK adapter
  • Laravel service provider and facade for drop-in install
  • SMTP relay for any language or framework
  • Idempotency keys and automatic retry logic
Browse SDK docs
1import { Sendry } from 'sendry-sdk';
2
3const sendry = new Sendry(process.env.SENDRY_API_KEY);
4
5await sendry.emails.send({
6 from: 'noreply@yourapp.com',
7 to: 'user@example.com',
8 subject: 'Your order shipped',
9 html: '<p>Track your order inside.</p>',
10});
Same request shape in every SDK. Swap languages without relearning the API.
welcome.tsx
1import { Body, Html, Text } from '@react-email/components';
2import { Tailwind } from '@react-email/tailwind';
3
4export default function Welcome({ name }: { name: string }) {
5 return (
6 <Tailwind>
7 <Html>
8 <Body className="bg-white font-sans">
9 <Text className="text-xl font-bold">Welcome, {name}!</Text>
10 </Body>
11 </Html>
12 </Tailwind>
13 );
14}
Templates

Build emails with React, blocks or plain HTML

Use React Email components for type-safe, responsive templates with Tailwind. Or open the visual editor and drag blocks. Preview locally, render server-side, send via the API.

  • Component-based templates
  • Tailwind CSS in email
  • Local preview with hot reload
  • Variable substitution
  • Version history
  • Test inbox for safe previews
Trusted by engineering teams

Built for the people on call

Sendry's API is exactly what we needed: clean, predictable, and the tracking just works out of the box. We were sending in production within an hour.

M

Maya R.

Engineering Lead, Series A SaaS

We replaced our in-house SES wrapper with Sendry. The webhook reliability and real-time analytics alone saved us a sprint every quarter.

D

Daniel K.

CTO, B2B Fintech

Scoped API keys and suppression lists meant we could give client teams access without worrying about them nuking our sender reputation.

P

Priya S.

Platform Engineer, Agency & Tooling

Pricing

Start free. Scale without surprises.

3,000 emails a month free, forever. Pro unlocks 50,000 emails, broadcast campaigns and analytics exports for $18 a month.

Free

$0

3k emails/mo

Side projects & prototypes

Pro

$18/mo

50k emails/mo

Growing products

Business

$79/mo

200k emails/mo

Production workloads

Enterprise

Custom

Unlimited

High volume & compliance

Your next email is one API call away.

Create a free account in 60 seconds. No credit card required. Upgrade when you are ready to scale.