Reliable global SMTP relay with a focus on deliverability.
Need SMTP relay? MailKite's SMTP endpoint (smtp.mailkite.dev) uses your API key as the password — one quota for SMTP, API, and inbound.
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 SMTP2GO",
html: "<p>Sent in milliseconds via MailKite.</p>",
}); SMTP2GO is a global SMTP relay service focused on reliable transactional and marketing delivery. It's SMTP-first with a straightforward API and good reporting, aimed at teams that want send-only relay without running their own mail server.
Tiered plans
SMTP relay
Send-only SMTP relay services for apps that speak SMTP.
SMTP2GO is primarily a send relay; inbound features are limited compared to its outbound surface.
MailKite offers SMTP relay plus a full send/receive API and inbound JSON webhooks on one quota. See /alternatives/smtp2go.
Point a domain, drop in a webhook URL, and send your first email in minutes. Unlimited domains, no credit card.