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 monthDeliverability Rate
99.84%
Direct to primary inboxAvg Delivery Latency
380ms
AWS SES Edge global networkHard Bounce Rate
0.02%
Well below 2.5% thresholdProduction Readiness Checklist
Complete these steps to unlock full 100k/day throughput.
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