Email delivery + observability across providers.
SocketLabs Spotlight monitors multiple ESPs. MailKite can be one of your send/receive providers.
A minimal, copy-paste starter. Swap in your own domain and API key.
import { MailKiteClient } from "@mailkite/client";
// One API, your own DKIM-signed domain — no mail server to run
const mailkite = new MailKiteClient({ token: process.env.MK_API_KEY! });
await mailkite.send({
from: "you@yourdomain.com", // any address on a verified domain
to: "user@example.com",
subject: "Hello from SocketLabs",
html: "<p>Sent in milliseconds via MailKite.</p>",
}); SocketLabs is an email delivery platform that has pivoted to email observability — its Spotlight product monitors and routes across providers (Mailgun, Bird, SendGrid) with a RuleEngine for multi-provider sending. Useful for teams running more than one ESP.
Tiered + custom
Email platforms
Full-stack developer email APIs for sending and receiving.
Deliverability heavyweight for outbound at scale; inbound parse is secondary.
View detailsFlexible inbound Routes via a regex rule engine; sending-first platform.
View detailsReceive email as a webhook, send with one API. Unlimited free domains.
View detailsPoint a domain, drop in a webhook URL, and send your first email in minutes. Unlimited domains, no credit card.