Mailjet

Email API + marketing with MJML templating and collaboration.

How MailKite fits

Mailjet's MJML is great for templates. MailKite focuses on clean inbound JSON + send, unlimited free domains.

Send email from Mailjet with MailKite

A minimal, copy-paste starter. Swap in your own domain and API key.

send.ts
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>",
});
Read the sending quickstart

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.

Key features

Pricing model

Free tier (200/day) + tiered

Open source

MIT

View repository

Questions about Mailjet

What is MJML?

MJML is Mailjet's open-source responsive email markup language (MIT), now widely used beyond Mailjet.

Related

Similar tools

Try MailKite alongside Mailjet.

Point a domain, drop in a webhook URL, and send your first email in minutes. Unlimited domains, no credit card.