Send OTPs, receipts, and alerts with an API designed for speed and reliability.
import MailMimo from 'mailmimo';
const mimo = new MailMimo('sk_live_...');
const result = await mimo.emails.send({
from: 'noreply@acme.com',
to: 'user@example.com',
subject: 'Your verification code',
html: '<h1>Your code: {{code}}</h1>',
data: { code: '847291' }
});
console.log(result.id); // "msg_1a2b3c4d"import mailmimo
client = mailmimo.Client("sk_live_...")
result = client.emails.send(
from_email="noreply@acme.com",
to="user@example.com",
subject="Your verification code",
html="<h1>Your code: {{code}}</h1>",
data={"code": "847291"}
)
print(result.id) # "msg_1a2b3c4d"curl -X POST https://api.mailmimo.com/v1/emails \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"from": "noreply@acme.com",
"to": "user@example.com",
"subject": "Your verification code",
"html": "<h1>Your code: 847291</h1>"
}'99.99%
Delivery SLA
<100ms
Avg Latency
2B+
Emails/Month
150+
Edge Locations
Global edge network ensures your OTP arrives before the user blinks.
Get instant callbacks for deliveries, bounces, opens, and clicks.
SOC 2 compliant. End-to-end encryption. Dedicated IPs available.
Get instant webhooks for every event. Build reliable notification systems.
Know exactly when your email reaches the inbox.
Track engagement with pixel tracking and link redirects.
Free tier includes 1,000 emails/month. No credit card required.