Maildoot
v2.0 now live — automatic IP warm-up, MCP support, and migration connectors

Email infrastructure
built for scale,
deliverability,
and developer joy.

Maildoot is a cloud-native email delivery platform engineered for transactional speed and marketing scale. One clean API. One reliable SMTP relay. Real engineers behind the curtain — not a status page.

99.99% uptime SLA
SOC 2 · GDPR · DPDP compliant
India · EU · US regions
Live activity
api.maildoot.net
Delivered to Gmail
msg_a3f8 · 1.42s
DELIVERED
Opened
msg_a3f8 · ananya@…
OPEN
Click — login link
msg_a3f8 · /verify?t=…
CLICK
Queued · OTP
msg_e02b · priority=high
QUEUED
Streaming via /v1/events 2,847,193 today

Trusted by teams shipping products in 18+ countries

CleartripRazorpaySwiggyPhonePeZerodhaMeeshoCREDAcko CleartripRazorpaySwiggyPhonePeZerodhaMeeshoCREDAcko
10B+
emails delivered annually

From OTPs at checkout to billion-recipient campaigns.

99.4%
average inbox placement

Across Gmail, Outlook, Yahoo, Apple, and Zoho.

<1.8s
P95 API to inbox

Edge MTAs in Mumbai, Singapore, Frankfurt, Virginia.

24×7
human deliverability help

Engineers in chat — not a tier-1 script, not a chatbot.

Built on three pillars

Engineered end-to-end for the inbox.

Most email platforms outsource one of the three things that actually matter — authentication, the MTA, or the reputation pipeline. We own all three. That's how we deliver consistently.

Authentication

SPF, DKIM, DMARC, BIMI signed and verified on every message. Auto-generated 2048-bit keys, quarterly rotation, one-click DNS setup.

Lightweight MTA

Built in-house by our engineering team in Node.js. Single-binary, sub-100MB per worker, handles 10K TPS per node comfortably. Scales horizontally on its own — SaaS, VPC, or fully on-premise.

Reputation engine

Automatic IP warm-up. Per-ISP throttling. Live feedback-loop ingestion. Suppression hygiene that never forgets a complaint.

Under the hood

Infrastructure that scales itself.

Every region runs an independent intake → queue → MTA → tracking pipeline. No single point of failure. No noisy neighbours. Sending IPs are warmed and managed continuously, so your reputation only goes up.

  • Node.js SMTP intake — in-house engineered, pluggable mTLS, OAuth, custom auth backends.
  • RabbitMQ buffer — priority queues with backpressure protection.
  • Reputation-aware MTA — per-IP, per-domain throttling, automatic ISP feedback.
  • Tracking & analytics — first-party pixels on your subdomain, real-time event firehose.
Explore the architecture →
Your App
REST / SMTP
SMTP Intake
Auth · validate
RabbitMQ
priority queues
Inbox
Gmail · O365 · …
Sending MTA
DKIM · reputation
Tracking captures opens/clicks → MongoDB
Webhooks fan-out to your endpoints in real time

Developer-first

A clean API. A clean SMTP relay. A clean conscience.

One JSON response. One msg_id. One source of truth for every recipient, every event, forever.

1
JWT + scoped API keys

Short-lived JWTs for the dashboard, long-lived mdsk_ keys for production — scoped to send-only or read-only.

2
Templates with {{variables}}

Author once, send with substitutions. Auto-detect placeholders, GUI editor, full version history.

3
Reports by reference

Every send returns a msg_id. Fetch the full timeline of any message, anytime.

send-otp.js
// One API. Any volume. Any region.
const res = await fetch('https://api.maildoot.net/v1/messages', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer mdsk_********',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    from: 'alerts@yourapp.in',
    to: 'ananya@gmail.com',
    subject: 'Your OTP is 482931',
    html: '<p>Valid for 5 minutes.</p>',
    tags: ['otp', 'auth']
  })
})

// → 202 Accepted
// { msg_id: "msg_a3f8...", status: "queued" }

What sets us apart

Fifteen things every other ESP makes you pay extra for.

From automatic IP warm-up to MCP-native AI integration — every differentiator below is built in, not bolted on, not gated behind a sales call.

Automatic IP warm-up

Engagement-aware ramps per ISP. Auto-pause on anomaly, accelerate when reputation holds. No spreadsheets.

Lightweight MTA

Built in-house by our engineering team in Node.js. Sub-100MB per worker, handles 10K TPS per node, auto-scales horizontally.

Deploy anywhere — even on-prem

SaaS, private VPC, or behind your firewall. Docker, Helm, or bare metal. For banks and sovereignty-bound enterprises.

Pure relay mode

Sign your own DKIM. Own your return-path. Maildoot becomes a transparent delivery channel — zero touch on your envelope.

Toggle open/click tracking

Privacy-first by switch. Disable pixels, disable link rewriting — Maildoot just delivers, and reports back via your callback.

24×7 human support

Deliverability engineers on chat, email, and phone — 365 days. Median first response under 7 minutes.

Dedicated TAM & Consultant

Enterprise gets a named Technical Account Manager. Big Enterprise adds a deliverability consultant who lives in your data.

Self-serve · ₹500 free credit

Sign up from the website. Verify email. Sending in 60 seconds. Every new account gets ₹500 of free credit, no card required.

Automatic domain approval

DNS, reputation, ownership, and content checks run automatically. Most domains approved in under 90 seconds — no manual review queue.

Hourly speed auto-scales

Your hourly send cap lifts itself as reputation, plan tier, and engagement improve. No tickets to break through 10k, 100k, or 1M.

Customizable 360° dashboards

Drag-and-drop widgets — by domain, tag, IP pool, ISP, geography, template, or campaign. Pin views, share with team, export.

Popular

One-click migration connectors

SendGrid, Netcore, Mailchimp Transactional, Mailgun — keep your code, change one endpoint. API-compatible connectors port over in minutes.

New

MCP server for AI agents

Native Model Context Protocol server for both API and SMTP. Plug Claude, Cursor, or any MCP host in — and send email by prompt, no SDK.

Open Reports API

Fetch the full delivery timeline of any message by msg_id. Summaries, timeseries, custom filters. Your data, your queries.

DPDP · GDPR · SOC 2 ready

India-resident data option for DPDP. EU-resident option for GDPR. SOC 2 Type II audited. Encryption at rest, mTLS in transit.

Why teams switch

Better deliverability. Honest pricing. Real support.

  Maildoot SendGrid Pepipost
Starting price (50k/mo) ₹999 /mo $19.95 $25
India-region MTAs
Dedicated IP (included)✓ from ₹2,999+$80/mo+$30/mo
Template GUI + variablesLimited
Migration connectors4 ESPs
MCP server (AI agents)
On-premise deployment
Human deliverability helpAll plansPro+ onlyEnterprise
DPDP Act compliantIn progressPartial

"We migrated 14 million monthly transactional emails from SendGrid to Maildoot in a weekend. Inbox placement jumped from 96.1% to 99.6% on Gmail alone — and our bill dropped to a third. The team treats deliverability like a craft, not a checkbox."

A
Aditi Rao
VP Engineering, FinFlow (Series B fintech)

Send your first email in 60 seconds.

₹500 of free credit. No card. No demo call. Auto-approved domains. Auto-warmed IPs. Auto-scaling speed.

Or talk to a human → hello@maildoot.net