Deliverability-first - Built for developers

Transactional email that lands in the inbox, not promotions.

Receipts, password resets, order confirmations - sent from your app in under 200ms, with a warmed sending reputation and a high inbox placement rate.

Coming SoonFree tier at launch
Live send · msg_01HZ7QK3X9F2C8N4VWABstreaming
  1. queued
    POST /v1/send · 12ms
    0ms
  2. sent
    IP 192.0.2.44 · TLS 1.3
    +8ms
  3. delivered
    gmail.com · 287ms total
    +287ms
  4. opened
    iOS Mail · just now
    +4.2s

Built for performance

The targets we engineer toward.

Illustrative targets
99.97%
Inbox placement
last 24h · all senders
186ms
Median latency
API → SMTP handoff
99.9%
Uptime target
high-availability infra
0.21%
Bounce rate
soft + hard, suppressed
48.6%
Open rate
transactional median
324ms
Webhook P95
event → your endpoint

These are the performance targets Teamander Mail is engineered around. A public status page with live metrics is on the way.

Why Teamander Mail

Built for teams running mission-critical mail.

A deliverability-first sending platform with a clean REST API and streaming webhooks - so transactional email fits whatever stack you already run.

01

Dedicated IPs, warmed for you (coming soon)

Higher tiers will get a dedicated sending IP, warmed over 14 days before first production traffic. Reputation is yours, not shared.

02

Pre-wired DKIM, SPF, DMARC

Add a domain, click verify - Teamander Mail provisions DNS records and validates alignment before you send a single message.

03

Triggered by any system

One REST endpoint and streaming webhooks. Fire sends from your app, your backend, or a curl call - merge variables render at send time.

04

Your data stays yours

Message logs, templates, and suppression lists live in your Teamander account. No third-party sync, no reselling - just your sending data.

05

Streaming webhooks, <400ms P95

Every send, bounce, open, click, and complaint hits your endpoint in real time - with HMAC signing and retry-with-backoff built in.

06

Suppression that respects you

One unified suppression list across hard bounces, spam complaints, and unsubscribes. Re-engagement gates are built in - you can’t accidentally email someone twice.

For developers

One endpoint. Idempotent. Idiomatic in every language.

The same JSON body whether you call from your backend, a Node service, or curl. Idempotency-Key headers prevent duplicate sends. Webhooks are HMAC-signed.

REST API
JSON over HTTPS
Auth
Scoped API keys
SDKs
Coming soon
Uptime
99.9% target
Read the API reference
teamander · send-receipt
# Send a receipt with a template + merge variablescurl https://api.teamander.io/v1/send \
  -H "Authorization: Bearer $TEAMANDER_KEY" \
  -H "Idempotency-Key: order_84421" \
  -d '{
    "to":           "customer@example.com",
    "from":         "receipts@acme.com",
    "template":     "order_receipt",
    "merge_vars":   { "order_id": "84421" },
    "tags":         ["transactional", "receipt"]
  }'
200 OK{ "id": "msg_01HZ7QK3X9F2C8N4VWAB", "status": "queued", "queued_at": "2026-05-26T14:32:08.221Z" }
Streaming event webhooks

Every email event, streamed to your endpoint.

7 real-time webhook events, HMAC-signed with retry-and-backoff. Re-engage on bounce, tag on click, escalate on complaint - without any glue code.

mail_message_sent

Fires the instant your message is accepted by the SMTP layer

mail_message_delivered

Fires when the recipient MTA returns 250 OK - usually <300ms

mail_message_bounced

Fires on hard or soft bounce - auto-suppresses hard bounces

mail_message_opened

Fires on first open - deduped per recipient with a 24h window

mail_message_clicked

Fires per unique link click with URL + UA + IP context

mail_complaint_received

Fires on FBL spam complaint - recipient is auto-suppressed

mail_unsubscribed

Fires when the recipient one-click unsubscribes (RFC 8058)

HMAC-signed · retry with backoff · included on every plan

Pricing

Free until your business needs it. Then a flat price.

FreeForever free
$0/ month

Verify a domain and start sending transactional email - up to 3,000 messages a month, free forever. No card required.

  • 3,000 transactional sends / month
  • 1 verified sending domain
  • Shared sending IP pool
  • All streaming webhook events (HMAC)
  • Open & click tracking, suppression list
  • 30 days of message log retention
  • Community + email support
Coming Soon
Pro Most popular
$49/ month

Everything in Free, plus far more volume, unlimited domains, the full log history, and priority support.

  • 100,000 transactional sends / month
  • Unlimited verified sending domains
  • Template versioning + bring-your-own-SMTP
  • 90 days of message log retention
  • Streaming webhooks with HMAC signing
  • Dedicated sending IP (coming soon)
  • Priority support
Coming Soon

+ $0.50 per 1k sends over 100k · no hidden bandwidth fees

EnterpriseHigh volume
Custom

For teams sending at scale who need dedicated infrastructure, a contractual SLA, and hands-on onboarding.

  • Volume pricing beyond 100k / month
  • Everything in Pro
  • Dedicated + warmed IP (coming soon)
  • SSO (coming soon)
  • Custom log retention
  • Contractual uptime SLA
  • Dedicated onboarding & support
Coming Soon

Plans at a glance

The things people ask before signing up - and where each tier lands.

Feature
Free
Pro
Enterprise
Monthly transactional sends
3,000
100,000
Custom
Verified sending domains
1
Unlimited
Unlimited
Sending IP
Shared pool
Shared pool
Dedicated (soon)
Streaming webhook events
All 7
All 7
All 7
Message log retention
30 days
90 days
Custom
Streaming webhooks (HMAC-signed)
DKIM + DMARC alignment
Bring-your-own-SMTP
-
Uptime
99.9% target
99.9% target
Custom SLA

Ready to send mail your customers actually receive?

Teamander Mail is launching soon. Verify a domain in ~3 minutes, wire up the API, and send your first message before lunch.

Coming SoonFree tier at launch