Misar IO Docs
MisarMail

MisarMail API Documentation

Transactional and marketing email API. Send at scale with full deliverability control.

Welcome to MisarMail API

MisarMail is a self-hosted email sending platform with a REST API. Authenticate with Authorization: Bearer msk_.... Base URL: https://api.misar.io/mail (or https://api.misar.io/mail). Send transactional and marketing emails at scale.

Send emails programmatically with full control over deliverability, SMTP pools, and custom domains.

Why MisarMail?

Own Your Infrastructure

Self-hosted on your own SMTP pools. No third-party dependencies for sending.

Custom Domains

Send from your own domain with full DKIM, SPF, and DMARC alignment.

REST API

Simple JSON API with API key authentication. Works with any language.

Quick Example

curl https://api.misar.io/mail/v1/send \
  -H "Authorization: Bearer msk_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "from": { "email": "[email protected]", "name": "Your Name" },
    "to": [{ "email": "[email protected]" }],
    "subject": "Hello from MisarMail",
    "html": "<p>This email was sent via MisarMail API.</p>"
  }'

Base URLs

EndpointURL
API Subdomainhttps://api.misar.io/mail
Main domainhttps://api.misar.io/mail

Both URLs resolve to the same container — use either.

Plan Limits

PlanDaily LimitMonthly LimitPrice
Free500/day15,000/month$0
Pro10,000/day300,000/month$24.99/mo
Max50,000/day1,500,000/month$99.99/mo
EnterpriseCustom5M+ minimumCustom

View Pricing

Compare plans and upgrade at mail.misar.io/pricing