SMTP2GO

Reliable global SMTP relay with a focus on deliverability.

How MailKite fits

Need SMTP relay? MailKite's SMTP endpoint (smtp.mailkite.dev) uses your API key as the password — one quota for SMTP, API, and inbound.

Send email from SMTP2GO 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 SMTP2GO",
html: "<p>Sent in milliseconds via MailKite.</p>",
});
Read the sending quickstart

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.

Key features

Pricing model

Tiered plans

Category

SMTP relay

Send-only SMTP relay services for apps that speak SMTP.

Questions about SMTP2GO

Does SMTP2GO receive email?

SMTP2GO is primarily a send relay; inbound features are limited compared to its outbound surface.

SMTP2GO vs MailKite?

MailKite offers SMTP relay plus a full send/receive API and inbound JSON webhooks on one quota. See /alternatives/smtp2go.

Related

Similar tools

Try MailKite alongside SMTP2GO.

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