Self-Hosted Email API

Send Emails
Like a Pro

A powerful RESTful API for sending emails from your applications. Similar to SendGrid or Mailgun, but completely self-hosted and free.

Why Choose Mailing API?

Everything you need to send emails from your applications

Lightning Fast

Queue-based async processing with Redis for instant API responses

Secure & Private

SHA-256 hashed API keys, rate limiting, and full ownership of your data

RESTful API

Clean, intuitive API design with OpenAPI/Swagger documentation

HTML & Text Support

Send rich HTML emails or plain text, with CC/BCC support

Rate Limiting

Configurable per-application rate limits to protect your infrastructure

Full History

Track all sent emails with status, timestamps, and error messages

Simple to Integrate

Just a simple HTTP request away from sending emails

POST /api/v1/emails JSON
{
  "recipient_email": "user@example.com",
  "subject": "Welcome!",
  "body_html": "

Welcome to our platform!

", "sender_name": "My App" }
Headers: X-API-Secret: your_api_key

Ready to Get Started?

Access your admin dashboard to create API keys and start sending emails

Login to Dashboard