All-in-one marketing + transactional + CRM (formerly Sendinblue).
Brevo is a multi-channel suite. MailKite is inbound-first email infra — receive as JSON, send in one API, unlimited free domains.
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 Brevo",
html: "<p>Sent in milliseconds via MailKite.</p>",
}); Brevo (formerly Sendinblue) is an all-in-one multi-channel platform combining marketing email, transactional API/SMTP, SMS, WhatsApp, push, chat, and a CRM. It's a broad suite for teams that want many channels from one provider.
Free tier (300/day) + tiered
Email platforms
Full-stack developer email APIs for sending and receiving.
Yes — Sendinblue rebranded to Brevo in 2023. Same platform, broader name.
Send API + MJML templating + collaboration; inbound Parse API. Owned by Sinch.
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 detailsTransactional + SMS API; inbound routing; sibling to MailerLite.
View detailsPoint a domain, drop in a webhook URL, and send your first email in minutes. Unlimited domains, no credit card.