System Status: Operational

Email APIfor Developers.

Send transactional emails with one API call. Multi-provider routing, automatic failover, and real-time tracking — 3,000 free emails/month.
MultiProvider Fallback
RequestResponse
POST /v1/emails

{
  "to": "[email protected]",
  "subject": "Welcome",
  "html": "<h1>Hello</h1>"
}

// 43ms — delivered ✓
Live
APILive
Email API Smart Routing Multi-Provider Webhook Template Engine Real-time Analytics Batch Sending SMTP Relay Custom Domains Auto Failover Email API Smart Routing Multi-Provider Webhook Template Engine Real-time Analytics Batch Sending SMTP Relay Custom Domains Auto Failover
3KFree Emails/Month
REST+SMTPREST API + SMTP
01Features

Everything developers
need, right here.

Email Delivery

Send transactional email via REST API or SMTP relay. Track delivery, opens, and clicks in real time.

REST APISMTPTemplateTracking

Reliable Delivery

Dispatch routes your email through established delivery infrastructure. Built-in redundancy means fewer failed sends.

Multi-providerFailoverAuto-routing

Dashboard

Real-time visualization of delivery status, open rates, and click rates. Manage all messages in one place.

Real-timeAnalyticsLogs

Webhook Events

Delivery, open, click, and bounce events. Receive all events in real time.

Real-timeCustomRetry
02How it works

Done in 3 steps.

01

Get your API Key

Create a free account and instantly generate an API key from the dashboard.

02

Send API Request

Send email with a single HTTP request. No SDK required.

03

Track Delivery

Track everything with the real-time dashboard and webhooks.

send.sh
send.js
send.py
123456789101112
# Send an email
curl -X POST \
  https://api-dispatch.techtranslab.com/v1/emails \
  -H "Authorization: Bearer $KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "[email protected]",
    "subject": "Welcome to Dispatch",
    "html": "<h1>Hello!</h1>"
  }'
Response
{
  "id": "msg_a1b2c3",
  "status": "sent",
  "latency_ms": 43
}

Simple, Transparent Pricing

Start free, scale as you grow. No hidden fees.

MonthlyYearly (-20%)

Free

$0/mo

Perfect for testing and small projects

  • 3,000 emails/month
  • API access
  • Basic analytics
Get Started
MOST POPULAR

Pro

$15/mo

For growing businesses

  • 50,000 emails/month
  • After limit, $0.10 USD per 1,000 emails
  • Priority support
  • Advanced analytics
  • Custom templates
  • Custom domain sending
  • A/B testing, template features
  • SMTP server access
  • RFC 8058 List-Unsubscribe (auto-added)
  • Bounce & complaint suppression
Get Started

Enterprise

Custom

For large-scale operations

  • Unlimited volume
  • Dedicated support
  • 99.99% SLA
  • Custom integration

Let's Start.Start Building.

Free plan, no credit card required. Start sending transactional emails today.

Create Free Account