Simple Email
forDevelopers

Send transactional and broadcast emails easily, with support for custom domains to maintain your brand.

Email Sent
hi@soorajrao.in
11:32:57 AM
POST /api/emails
{
"from": "app@user-domain.com",
"to": "user@example.com",
"subject": "Welcome!",
"html": "<h1>Hello there!</h1>"
}
✓ Email sent successfully

Integrate in 5 minutes

Simple REST API for sending transactional emails and broadcast campaigns. Get your API key and start sending emails.

Node.js
const response = await fetch('https://mailory.site/api/emails', {
  method: 'POST',
  headers: {
    'mailory-authorization': 'Bearer API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    from: 'Mailory <app@mailory.site>',
    to: 'user@example.com',
    subject: 'Welcome to our platform',
    html: '<h1>Welcome!</h1><p>Thanks for joining us.</p>'
  })
});

Core Features

Everything you need to send emails. From transactional emails to broadcast campaigns, with custom domains and flexible billing.

Email Sending

Send transactional emails like password resets, confirmations, and user notifications using a straightforward API.

Transactional Email API
Broadcast Campaigns (UI & API)
Batch Processing (up to 100 emails)

Custom Domains

Use your own domain to send emails, with support for DKIM and domain verification to maintain brand identity and improve deliverability.

Domain Verification
DKIM Configuration
Brand Email Sending

Simple pricing

Start free, scale as you grow

Free

₹0
  • 3,000 emails/month
  • 100 emails/day
  • Basic analytics
  • Domain integration

Pro

₹599
  • 18,000 emails/month
  • 600 emails/day
  • Advanced analytics
  • Priority support

Premium

₹1199
  • 40,000 emails/month
  • 1,334 emails/day
  • Premium analytics
  • 24/7 support

To customize your plan, pleasereach out to us

Ready to start sending?

Get your API key and start sending emails in minutes. Free tier available with generous limits to get you started.