Bounces and suppressions
Track failed recipients, suppress repeat sends, and expose the status over JSON. This is bookkeeping, not sorcery.
Mailgun alternative
Most projects do not need a paid email relay for ordinary product mail. They need authenticated SMTP, a sane API surface, delivery logs, and a mailbox humans and agents can inspect. Envelope gives you that on top of your own mail server.
Most products do not need a rented email platform to send receipts, login codes, notices, support replies, and workflow mail. They need authenticated SMTP, an API-shaped interface, logs, bounces, and a mailbox humans and agents can inspect.
Envelope starts with the part that should not be outsourced: your own mailbox and server. The delivery-management pieces — bounces, suppressions, complaints, webhooks, dashboards — are product features, not a permanent reason to hand the whole workflow to a relay.
Track failed recipients, suppress repeat sends, and expose the status over JSON. This is bookkeeping, not sorcery.
Emit delivery, reply, watch, rule, and draft events into your own app instead of a vendor console.
Surface SPF, DKIM, DMARC, DNS, and reputation checks so teams can operate their own email with fewer blind spots.
No per-message bill for mail your own infrastructure can handle.
Mail, drafts, replies, rules, and audit live with your mailbox, not a vendor dashboard.
The same runtime that sends product mail can watch inboxes, extract OTPs, and route replies to agents.