The email API for MaluDb applications
MaluMail is the developer-first email service for apps built on MaluDb. Fire transactional and marketing email over a fast REST API or SMTP relay, with reusable templates, real-time analytics, and deliverability built in.
3,000 emails/month free · No credit card required
curl https://api.malumail.com/v1/email \ -H "Authorization: Bearer $MALUMAIL_KEY" \ -H "Content-Type: application/json" \ -d '{ "from": "hello@yourapp.com", "to": "user@example.com", "template_id": "welcome", "variables": { "name": "Jordan" } }' // 202 Accepted { "message_id": "mm_9f3a…", "status": "queued" }
Uptime SLA
API Response
Sending Infrastructure
Send Your Way
From a single password-reset message to millions of campaign emails, MaluMail gives your MaluDb app one platform for every message it needs to send.
Trigger receipts, password resets, and alerts with a single REST call. Sub-second acceptance and idempotent sends keep your app fast and safe.
Already have code that speaks SMTP? Point it at MaluMail with a username and key and get the same deliverability and tracking as the API.
Design responsive templates once, then merge per-recipient variables at send time. Version them, preview them, and reuse them across every app.
Track opens, clicks, bounces, and spam complaints in real time. SPF, DKIM, and DMARC guidance helps you land in the inbox, not the junk folder.
Receive email too. Parse replies into structured JSON and post them straight to your MaluDb app with webhooks for two-way conversations.
Isolate sending per tenant with scoped API keys, per-domain reputation, and usage that maps cleanly onto the MaluDb apps you already run.
A clean REST API, an SMTP relay, and drop-in libraries mean you send your first email before your coffee gets cold. Everything is versioned, documented, and built for the way MaluDb apps already work.
// Send a transactional email from your MaluDb app $mail = new MaluMail($apiKey); $mail->send([ 'from' => 'hello@yourapp.com', 'to' => 'user@example.com', 'subject' => 'Welcome aboard', 'template' => 'welcome', 'vars' => ['name' => 'Jordan'], ]); // => "mm_9f3a…" queued in < 1s
Connect your MaluDb app to MaluMail and start delivering email the same day.
Create an account, generate an API key, and drop it into your MaluDb app's config. That is the whole setup.
Add the SPF and DKIM records we generate for you. MaluMail checks them automatically and signs every message you send.
Call the API or relay over SMTP, then watch deliveries, opens, and clicks stream into your dashboard in real time.
Start free and grow into higher volume when you are ready. No setup fees, cancel anytime.
Join developers building on MaluDb who trust MaluMail to reach the inbox.