DMARC deployment, monitoring, and analytics.
MailKite aligns SPF/DKIM/DMARC for your sending domain at setup; pair with dmarcian for org-wide DMARC enforcement.
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 dmarcian",
html: "<p>Sent in milliseconds via MailKite.</p>",
}); dmarcian is a platform focused on DMARC — helping organizations parse aggregate (RUA) reports, understand who is sending mail on their domains, and move from monitoring to enforcement. It's the specialized tool when you need to lock down domain authentication at scale.
Tiered subscriptions
Deliverability & DNS
SPF/DKIM/DMARC tools, inbox testing, and monitoring.
Monitoring and enforcing DMARC across your domains by parsing aggregate reports and guiding you from monitoring to rejection of unauthorized mail.
Point a domain, drop in a webhook URL, and send your first email in minutes. Unlimited domains, no credit card.