Mail API

Email infrastructure for builders

Stop wrestling with SMTP libraries in every project. Setup your SMTP once, and send emails forever with a simple API call. No more configuration hassle.

cURL RequestPOST
curl -X POST https://mailapi.arionys.com/api/send \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "user@example.com",
    "subject": "Hello world",
    "html": "<p>It really is that easy!</p>"
  }'
One-Time Setup

Configure your SMTP settings once in our dashboard. Never worry about connection strings or credentials in your code again.

Simple API

A clean, RESTful API that just works. Send emails with a single HTTP request from any language or framework.

Developer First

Built for developers by developers. Includes a live API playground, detailed logs, and delivery tracking.