A modern email service built on Cloudflare's global network, designed for developers who demand speed, reliability, and simplicity.
Postflare Team
We're excited to announce Postflare — a modern email service SaaS built entirely on Cloudflare infrastructure. Whether you're sending transactional emails, marketing campaigns, or handling inbound email processing, Postflare has you covered.
The email infrastructure landscape has been dominated by a few legacy players for years. While they've served the community well, we saw an opportunity to build something faster, cheaper, and more developer-friendly by leveraging Cloudflare's edge network.
Every email you send through Postflare is processed at Cloudflare's edge — the same network that powers millions of websites worldwide. This means:
We believe email APIs should be as simple as possible. Here's all you need to send an email:
// Postflare is Resend-compatible — use the Resend SDK with your Postflare API key
import { Resend } from 'resend';
const resend = new Resend('re_xxxxxxxxx');
const { data, error } = await resend.emails.send({
from: 'Acme <hello@acme.com>',
to: ['user@example.com'],
subject: 'Welcome to Postflare',
html: '<p>Thanks for signing up!</p>',
});No hidden fees, no per-email surcharges for basic features. Our pricing is straightforward:
We're just getting started. Here's what's on our roadmap:
Stay tuned for more updates, and sign up to get early access!