Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mailbreeze.com/llms.txt

Use this file to discover all available pages before exploring further.

Welcome to MailBreeze

MailBreeze is an email platform for transactional and marketing emails. Send emails, manage contacts, verify addresses, and automate campaigns with our simple REST API.

Quickstart

Send your first email in under 5 minutes

API Reference

Explore all available endpoints

SDKs

Official client libraries for 5 languages

Authentication

Learn about API keys and authentication

Core Features

Send one-to-one emails with templates, attachments, and tracking. Perfect for receipts, notifications, and password resets.
Organize contacts into lists with custom fields. Import, segment, and manage your audience at scale.
Validate email addresses before sending to reduce bounces and protect your sender reputation.

Quick Example

import { MailBreeze } from "mailbreeze";

const mailbreeze = new MailBreeze({ apiKey: "sk_live_xxx" });

await mailbreeze.emails.send({
  from: "hello@yourdomain.com",
  to: "user@example.com",
  subject: "Welcome!",
  html: "<h1>Welcome to our platform!</h1>",
});

Resources

Support

Get help from our team