Email API + marketing with MJML templating and collaboration.
Mailjet's MJML is great for templates. MailKite focuses on clean inbound JSON + send, 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 Mailjet",
html: "<p>Sent in milliseconds via MailKite.</p>",
}); Mailjet (Sinch) is an email API and marketing platform known for MJML (the responsive email markup language), a collaboration editor, and an inbound Parse API. It's a solid mid-market choice for teams that value templating and collaborative editing.
Free tier (200/day) + tiered
MJML is Mailjet's open-source responsive email markup language (MIT), now widely used beyond Mailjet.
Multi-channel suite (email/SMS/WhatsApp) + transactional API; formerly Sendinblue.
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 detailsDeliverability heavyweight for outbound at scale; inbound parse is secondary.
View detailsPoint a domain, drop in a webhook URL, and send your first email in minutes. Unlimited domains, no credit card.