Email for developers

The best way to reach humans, not spam folders.

Deliver transactional and marketing emails at scale. A simple API, powerful SMTP relay, and the deliverability tools you need.

Free to start · No credit card required

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

const mb = new MailBlastr('mb_xxxxxxxx');

const { data, error } = await mb.emails.send({
  from: 'onboarding@yourdomain.com',
  to: ['user@example.com'],
  subject: 'Hello World',
  html: '<strong>it works!</strong>',
});

if (error) return console.log(error);
console.log(data);
VercelStripeNotionLinearFigmaRaycast
Platform

Everything you need to send email at scale

A complete email platform built for modern engineering teams.

Email API

A simple, elegant REST API to start sending emails in minutes.

SMTP relay

Drop-in SMTP replacement that works with any language or framework.

Delivery insights

Detailed logs and real-time events so you know exactly what happened.

Webhooks

Receive real-time notifications for every delivery, open, click, and bounce.

Audiences

Import contacts, segment lists, and send campaign emails.

Templates

Build beautiful emails with React components or a visual editor.

Email API

Integrate in minutes

A clean REST API with SDKs for your favorite languages. Send emails, schedule sends, attach files, and manage contacts from the tools you already use.

api.js
const { data, error } = await mb.emails.send({
  from: 'Acme <onboarding@acme.com>',
  to: ['user@example.com'],
  subject: 'hello world',
  html: '<p>it works!</p>',
});
SMTP relay

Drop-in SMTP replacement

No API migration needed. Point your existing application at MailBlastr’s SMTP endpoint and start sending with better deliverability and observability.

.env
SMTP_HOST=smtp.mailblastr.com
SMTP_PORT=587
SMTP_USER=mailblastr
SMTP_PASS=mb_xxxxxxxx
Webhooks

React to every event

Receive real-time notifications directly to your server for deliveries, opens, clicks, bounces, complaints, and unsubscribes.

webhook.js
app.post('/webhook/mailblastr', (req, res) => {
  const { type, data } = req.body;
  if (type === 'email.delivered') {
    analytics.track(data.to);
  }
  res.status(200).send('ok');
});
99.9%
API uptime
<1s
median time to inbox
3
lines to send an email
24/7
delivery monitoring

Loved by developers

MailBlastr replaced three separate email tools. We run the whole outreach motion from one API now.
Alex Rivera
Founder at Acme
The developer experience is incredible. We were up and running in minutes, not days.
Sam Chen
CTO at Buildfast
Deliverability improved overnight once we moved our transactional email to MailBlastr.
Jordan Lee
Engineering Lead at Piped

Simple, transparent pricing

Start for free and scale as you grow — up to 30% less than comparable email APIs. Cancel anytime.

MonthlyYearly save 20%

Free

For side projects

$0/mo

3,000 emails/mo

Start free trial
  • Email API & SMTP
  • 1 domain
  • Webhooks
  • 30-day log retention
  • Ticket support
Most popular

Pro

For growing products

$14/mo

50,000 emails/mo

Start free trial
  • Everything in Free
  • 10 domains
  • No daily limit
  • Audience management
  • Campaign emails
  • Priority support

Scale

For high-volume senders

$63/mo

100,000 emails/mo

Start free trial
  • Everything in Pro
  • 1,000 domains
  • Slack support
  • Dedicated IPs (add-on)
  • SSO
  • Flexible AI credits

Need more? Compare plans in detail →

Questions & answers

Do I need a custom domain?

Yes — you can add and verify any domain you own. We guide you through the DNS records (DKIM, SPF, DMARC) so mailbox providers trust your mail.

Can I send from my existing stack?

Absolutely. Use our REST API, SMTP relay, or official SDKs for Node.js, Python, Go, Ruby, PHP, and more.

Is there a free tier?

Yes. Start for free and scale as your sending volume grows. No credit card required.

What happens if an email bounces?

Bounces, complaints, and unsubscribes are tracked automatically and excluded from future sends.

More questions? Read the full FAQ →

Email reimagined. Available today.

Start sending with MailBlastr for free — no credit card required.