Skip to content
retransmit.
Get started

Best Resend alternatives in 2026

Resend is excellent and popular. It is also proprietary, tiered, and card-only. Here are four alternatives compared on price, features, and ownership, with numbers checked on each vendor's own site.

By the Retransmit team. Last updated .

Retransmit builds one of the products compared here. Every competitor number was checked on the vendor's own site on the date above, and nothing on this page is paid placement.

The strongest reasons to look past Resend are self-hosting, pricing model, and data residency. This roundup compares four options: Retransmit, an open transactional stack with prepaid billing. useSend, an open source Resend plus marketing suite on Amazon SES. Plunk, an open source all-in-one with automations at a flat price. And eusend, a proprietary EU-resident API on its own mail servers. All four send transactional email through an API with domain verification and webhooks.

How we evaluated these tools

Every number below was read from the vendor's public pricing page or homepage on September 1, 2026. Where a vendor does not publish a number or document a feature, the table says so instead of guessing. Retransmit is our product, so we compare it the way we compare everyone else: by what is actually shipped, including the features it does not have yet.

  • Pricing is compared at the published rates, before tax, without negotiated discounts.
  • Features count when the vendor documents them, not when a roadmap promises them.
  • Open source claims link to the actual repository and license.

The alternatives at a glance

Resend's own numbers first, for the baseline: free tier of 3,000 emails a month capped at 100 a day, then $20 a month for 50,000 emails and $90 for 100,000, with opt-in overage at $0.90 per 1,000.

ProductPublished priceFree tierOpen sourceSelf-hostStandout
RetransmitPrepaid credits, pay per sendSelf-hosted, free foreverAGPL-3.0, MIT SDKYes10,000-email batches, signed webhooks, mobile money billing
useSend$0.40 per 1,000 transactional, $10 a month minimum3,000 emails a monthAGPL-3.0YesMarketing suite and contacts on Amazon SES
Plunk$1.00 per 1,000 emails, all features1,000 emails a month, brandedAGPL-3.0YesAutomations, segments, and inbound in one tool
eusendFrom 9 euros for 10,000, down to 0.215 euros per 1,0003,000 emails a monthNoNoEU-only infrastructure on its own mail servers
Resend$20 a month for 50,000, $90 for 100,0003,000 emails a month, 100 a dayNoNoNine SDKs, marketing, automations, dedicated IPs
Prices and limits read from each vendor's official site on September 1, 2026, before tax. Confirm the current offer before you buy.

Sources: Resend pricing, useSend, Plunk pricing, eusend pricing

Retransmit, the open transactional stack

Retransmit covers the core Resend workflow with an open codebase: verify a domain with SPF and DKIM, send through REST or the Node.js SDK, batch up to 10,000 emails in one request, and receive nine webhook event types signed with HMAC-SHA256 and retried with backoff. The cloud runs on prepaid credits you can fund by bank transfer or mobile money, and self-hosting is free with your own SES credentials.

What it does not have yet: marketing broadcasts, templates, contacts, automations, inbound, SMTP, and scheduling. If those are hard requirements, read the useSend and Plunk sections next.

  • Best for: backends sending receipts, alerts, and OTPs, and teams that want to own the stack.
  • Migration note: like Resend's SDK, calls return { data, error } instead of throwing.

useSend, open source with a marketing suite

useSend, formerly Unsend, is the closest open source clone of the full Resend experience. It pairs a transactional API and SMTP relay with campaigns, a WYSIWYG editor, contact books, scheduling, and analytics, all on Amazon SES, which it states openly. Cloud pricing is usage-based: $0.40 per 1,000 transactional emails and $1.00 per 1,000 marketing emails with a $10 monthly minimum, and the AGPL-3.0 code self-hosts with Docker or Railway.

  • Best for: replacing Resend plus a broadcast tool with one open source app.
  • Watch for: no automations or inbound email, and the free tier allows one domain and one seat.

Sources: useSend

Plunk, the flat-price all-in-one

Plunk merges transactional email, campaigns, and event-triggered automations against a single contact list, with live segments, inbound email, and a visual editor. Everything costs $1.00 per 1,000 emails with unlimited contacts, or nothing if you self-host the AGPL-3.0 code. The free cloud tier is 1,000 emails a month with Plunk branding.

  • Best for: products that want lifecycle email and transactional in one place.
  • Watch for: one official SDK, Node.js, and no documented batch API or dedicated IPs.

Sources: Plunk pricing

eusend, the EU-resident option

eusend runs its own mail servers in German and Finnish data centres and promises email data never leaves the EU. The API mirrors Resend's field for field by its own claim, with React Email rendering, templates, test keys, and webhooks. Pricing is one curve: 9 euros for 10,000 emails a month, falling to 0.215 euros per 1,000 at 2 million, and sending stops at quota unless you opt into overage.

  • Best for: teams with a hard EU data residency requirement.
  • Watch for: proprietary, no self-hosting, no batch or scheduling documented, and dedicated IPs only on enterprise plans.

Sources: eusend pricing

Switching from Resend

All four alternatives use the same building blocks: verify a domain with DNS records, swap the API key and base URL, re-create webhook endpoints. eusend advertises SDK compatibility with Resend's field names. Retransmit and useSend follow the same { data, error } SDK convention Resend uses. Budget a day for DNS propagation and webhook re-verification, and warm up gradually if you move real volume.

Try the alternative you can read. Send from our cloud with prepaid credits, or run the whole stack yourself.

Related resources

Questions people ask

What is the best free Resend alternative?

For a permanently free option, self-hosting is the answer: Retransmit, useSend, and Plunk all run free on your own servers. Among cloud free tiers, useSend and eusend match Resend's 3,000 emails a month, while Plunk offers 1,000 with branding.

What is the best open source Resend alternative?

useSend if you want the marketing suite too, Plunk if you want automations, Retransmit if you want a focused transactional API with batching and signed webhooks. All three self-host.

Which Resend alternative is cheapest at 50,000 emails a month?

At published rates on September 1, 2026: useSend costs $20 at $0.40 per 1,000, the same as Resend's Pro plan. eusend is around 27 euros on its curve. Plunk is $50 at $1.00 per 1,000 but includes marketing and automations. Self-hosting any open option costs only your infrastructure and SES fees.

Do these alternatives support marketing email?

useSend and Plunk do, with editors, contacts, and campaigns. eusend has broadcasts with one-click unsubscribe. Retransmit is transactional only for now.