Get started

Your first email is closer than you think.

Create a free account, verify a domain, then send with the clean MailBlastr API.

Free to start · No credit card required

1

Create an account

Sign in with your Google account. No credit card required.

2

Verify a domain

Add your domain and update DNS records for DKIM, SPF, and DMARC.

3

Send your first email

Use the REST API to send email from your application.

Example

Send with the API

Once you have an API key and verified domain, sending email is one POST request away.

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

const mb = new Mailblastr('mb_xxxxxxxx');

await mb.emails.send({
  from: 'you@yourdomain.com',
  to: ['user@example.com'],
  subject: 'Hello World',
  html: '<strong>it works!</strong>',
});
Ready when you are

Ready to start sending?

Create your free MailBlastr account and send your first email in minutes.