In dev

Consumer inbox is under construction. Join the waitlist โ†’  ยท  Transactional API is live now.

โšก For developers & businesses

Send email at
any scale

A battle-tested transactional email API. One endpoint, reliable delivery, full analytics โ€” so you can ship features instead of debugging SMTP.

99.9% delivery
<1s send time
Webhooks & logs
// Send a transactional email
const result = await client.send({
  from:     "[email protected]",
  to:       "[email protected]",
  template: "welcome",
  data:     { name: "Alice" }
});
// โ†’ { id: "msg_01JQโ€ฆ", status: "queued" }
๐Ÿ“ฌ For individuals & teams

Your inbox,
your rules

A modern email service with three distinct modes โ€” encrypted privacy, AI-powered smart inbox, or clean classic mail. You choose how it works.

E2E encrypted
AI-powered
Custom domains
A
ST
Stripe AI summary 2m
Your payout of $1,204 is ready
GH
GitHub ๐Ÿ”’ E2E 14m
PR review requested on feat/auth-flow
TM
Team AI drafted reply 1h
Weekly standup notes
Three email modes

One platform, three ways to use it

Switch modes per-message or set a default. Whether you prioritise privacy, productivity, or simplicity โ€” MailDelivery fits.

๐Ÿ”’
Privacy

Private Mode

End-to-end encrypted email with zero-knowledge architecture. Only you can read your messages โ€” not even we can.

  • โœ“End-to-end encryption
  • โœ“Zero-knowledge storage
  • โœ“No metadata logging
  • โœ“Self-destructing messages
  • โœ“Anonymous alias support
coming soon
โœจ
AI-powered

Smart Mode

An intelligent inbox that organises, summarises, and drafts replies. Like having an email assistant built right in.

  • โœ“Smart inbox categories
  • โœ“AI reply drafting
  • โœ“Email summarisation
  • โœ“Priority nudges
  • โœ“Natural language search
coming soon
๐Ÿ“ฌ
Classic

Standard Mode

Fast, reliable, no-fuss email. Full IMAP/SMTP access, clean webmail, and solid spam filtering. Email that just works.

  • โœ“IMAP / SMTP / POP3
  • โœ“Custom domain support
  • โœ“Generous storage
  • โœ“Mobile-ready webmail
  • โœ“Spam & phishing filters
coming soon
Transactional API

Deliver email at scale

A developer-first REST API. Send receipts, notifications, and onboarding sequences with a single call โ€” and get real-time delivery insight back.

โšก

Sub-second delivery

Global SMTP infrastructure, optimised routing.

๐Ÿ“Š

Live analytics

Opens, clicks, bounces โ€” all in real time.

๐Ÿ“

Template engine

Handlebars & Liquid with variable injection.

๐Ÿ”

Webhooks

Real-time hooks for every delivery lifecycle event.

Get API key โ†’ API reference
send-email.js โ€” maildelivery-js SDK
import { MailDelivery } from 'maildelivery-js';

const client = new MailDelivery({
  apiKey: process.env.MAIL_API_KEY
});

// Send a welcome email with template
const msg = await client.send({
  from:     "[email protected]",
  to:       "[email protected]",
  subject: "Welcome! ๐ŸŽ‰",
  template: "welcome-v2",
  data: {
    name:      "Alice",
    login_url: "https://app.yourapp.com"
  }
});

// Subscribe to delivery events
client.on("delivered", (event) => {
  console.log(`Delivered: ${event.id}`);
});
For businesses

Built for developers first

Everything you need to send transactional email reliably, with observability at every step.

๐Ÿš€

Simple REST API

Integrate in minutes with SDKs for Node, Python, PHP, Ruby, and Go.

๐Ÿ›ก๏ธ

DKIM, SPF & DMARC

Automatic email authentication so your messages land in inboxes, not spam.

๐Ÿ“ˆ

Dedicated IPs

Warm up your own sending reputation on Business and Enterprise plans.

For individuals

Your inbox,
redesigned

A thoughtful email client that doesn't trade your privacy for features. Switch between modes without switching providers.

๐Ÿ”

Privacy by default

Zero-knowledge encryption means your data stays yours โ€” full stop.

๐Ÿค–

AI that helps, not surveils

Smart summaries and reply drafts โ€” without training on your email.

๐ŸŒ

Bring your own domain

Use your custom domain across all three modes with zero extra setup.

Pricing

Simple, transparent pricing

Start free, no credit card needed. Scale up as you grow.

Developer
Try the API for free, no strings attached.
Free
forever ยท no card required
  • โœ“ 3,000 emails / month
  • โœ“ REST API access
  • โœ“ Basic delivery analytics
  • โœ“ 1 custom sending domain
  • โ€” Consumer inbox access
  • โ€” Encrypted / AI inbox
  • โ€” Priority support
Get started free
Enterprise
Custom volume, dedicated infra, SLA guarantees.
Custom
talk to us for a quote
  • โœ“ Unlimited sending volume
  • โœ“ Dedicated IP pools
  • โœ“ SSO + SCIM provisioning
  • โœ“ Unlimited domains
  • โœ“ On-premise option
  • โœ“ 99.99% uptime SLA
  • โœ“ Dedicated success manager
Contact sales
API live ยท Inbox coming soon

Ready to start
delivering?

Get your API key in 30 seconds. No credit card, no setup hassle. Or join the waitlist for the consumer inbox launch.