Platform Pulse & Quick Dispatch

High-deliverability transactional engine, AWS SES v2 pipeline, and live API dispatch.

API Docs
SES Pipeline: Optimal
30-Day Dispatched
42,850
↑ 18% vs last month
Deliverability Rate
99.84%
Direct to primary inbox
Avg Delivery Latency
380ms
AWS SES Edge global network
Hard Bounce Rate
0.02%
Well below 2.5% threshold

Production Readiness Checklist

Complete these steps to unlock full 100k/day throughput.

3 of 4 Completed
Sending Domain
mailpi.dev (Verified)
API Key Created
mp_live_... (Active)
Test Send Executed
Delivered via SES

Live Interactive Send Playground

Calls real POST https://api.mailpi.dev/v1/emails endpoint

3-Line Node SDK Integration

Drop-in replacement for Resend, SendGrid, and Mailgun.

// npm install @mailpi/node
import { MailPi } from '@mailpi/node';
const mailpi = new MailPi('mp_live_bqMDLOANmo...');

await mailpi.emails.send({
from: 'support@shujaapay.me',
to: ['user@acme.corp'],
subject: 'Instant Activation',
html: '<p>Welcome aboard!</p>'
});
Latency: < 400ms