Create a free account, verify a domain, then send with the clean MailBlastr API.
Free to start · No credit card required
Sign in with your Google account. No credit card required.
Add your domain and update DNS records for DKIM, SPF, and DMARC.
Use the REST API to send email from your application.
Once you have an API key and verified domain, sending email is one POST request away.
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>',
});Create your free MailBlastr account and send your first email in minutes.