The MailBlastr platform

Everything email needs. Nothing it doesn't.

A complete platform for transactional and marketing email—from your first API call to deliverability, analytics, audiences, and automation.

Email API

Send your first email in minutes

Our REST API is designed to be predictable and easy to use. Send emails, schedule sends, manage contacts, and query logs with simple HTTP requests.

send-email.js
import { Mailblastr } from 'mailblastr';

const mb = new Mailblastr('mb_xxxxxxxx');

await mb.emails.send({
  from: 'Acme <onboarding@acme.com>',
  to: ['user@example.com'],
  subject: 'hello world',
  html: '<p>it works!</p>',
});
Sending

Send the way you want

Email API

A clean REST API with SDKs for Node.js, Python, Go, Ruby, PHP, and more.

Scheduled sending

Schedule individual or batch sends while App Runner handles durable background work.

Send as replies

Continue existing threads or start new conversations.

Batch & schedule

Send high volumes in one call or schedule sends with natural language.

Deliverability

Land in the inbox

Domain authentication

DKIM, SPF, and DMARC with one-click DNS setup on Cloudflare, GoDaddy, and Namecheap.

Dedicated IPs

Managed dedicated IPs that warm up and autoscale with your volume.

Suppression list

Automatically exclude bounces, complaints, and unsubscribes.

Real-time analytics

Opens, clicks, deliveries, bounces, and complaints per email.

Audience

Grow and manage contacts

Contact import

Upload CSVs, pull from a Google Sheet, or sync contacts via the API.

Segments

Filter contacts by properties and behavior.

Campaigns

One-time or recurring campaigns with automatic threaded follow-ups.

Templates

React components, HTML, or a visual editor.

Automation & engagement

React to what recipients do

Visual automations

Event-triggered sequences with delays, branches, and wait-for-open steps.

Engagement triggers

Kick off workflows when someone opens, clicks, replies, or bounces.

A/B testing

Split campaigns or automation branches and pick winners by opens, clicks, or replies.

Polls & replies

One-click in-email polls, plus AI that sorts replies by intent.

Observability

Know what happened

Detailed logs

Request headers, response bodies, and full event timelines.

Webhooks

Notify your servers about every email event in real time.

API errors

Clear error codes and helpful messages for quick debugging.

Export data

Download logs, contacts, and reports as CSV.

Webhooks

React to every email event

Point us at your endpoint and we’ll POST every delivery, open, click, bounce, and complaint. Build real-time dashboards, trigger workflows, or update user records.

webhook.js
app.post('/webhook/mailblastr', (req, res) => {
  const { type, data } = req.body;
  console.log(type, data.to);
  res.status(200).send('ok');
});
Ready when you are

Start sending today

Sign up for free and send your first email in minutes.