Private email infrastructure & deliverability engineering
Infrastructure

SMTP APIs

REST and SMTP submission APIs with per-stream credentials, envelope shaping, tagging, and webhook delivery events. Designed for application developers integrating outbound email into products.

Overview

The API sits in front of the same MTA infrastructure that serves our SMTP relay and dedicated deployments. It exists so that application developers can integrate outbound email without maintaining an SMTP client themselves.

Endpoints are versioned. Credentials are per stream. Webhook delivery is signed. All operations are idempotent by default.

Benefits

  • One API for transactional and marketing streams
  • Signed webhooks for delivery, bounce, complaint and open events
  • Per-stream sending domains, tags and metadata
  • Rate limits negotiated per client

Technical specifications

ProtocolsREST over HTTPS, SMTP submission
AuthHMAC-signed API keys, IP allow-lists, mTLS on request
WebhooksSigned, retried with exponential back-off

Use cases

  • Product teams integrating notifications, receipts, magic links
  • Applications that require per-tenant sending attribution

Questions

Do you have SDKs?
The API is small enough that most clients integrate directly against HTTP. Reference clients for Node, Python and Go are available on request.

Related

  • SMTP Relay
    Authenticated SMTP submission to a hardened relay cluster, with per-stream credentials, en…
  • Dedicated SMTP
    A private MTA cluster allocated to a single client. Dedicated IPs, isolated bounce and com…
  • Managed SMTP
    A dedicated MTA that we operate on your behalf, with ongoing tuning, monitoring, reputatio…
  • PowerMTA
    Licensed PowerMTA nodes operated by engineers who have run it in production for over a dec…
  • Postfix
    Hardened Postfix installations for API-driven, transactional and general-purpose outbound …
  • Dedicated IPs
    Dedicated IPv4 allocations in multiple regions, with reverse DNS, SWIP assignment, PTR ali…