Reusable SMTP delivery, minus the repeated setup

Your email service,
ready everywhere.

Turn your Gmail account into one secure, reusable API for every product your team builds.

One endpointWorkspace isolationKeys rotate anytime
Live request

POST /api/v1/emails

Authorization: Bearer gms_••••••

{
  "to": "customer@example.com",
  "subject": "Your receipt is ready",
  "text": "Thanks for your order."
}

Delivered through Gmail

201 Created · idempotent

Sent
01

HTTPS endpoint

256 KB

bounded payloads

60/min

default key limit

AES-256

SMTP encryption

A short path to production

Connect once.
Send from anywhere.

The dashboard handles credentials and access. Your applications only need a key and a small JSON request.

01
Connect any SMTP sender
Add a Google app password once. easymail encrypts it before it reaches storage.
02
Create a key
Issue a separate API key for each application or environment in your workspace.
03
Send over HTTPS
Call one predictable endpoint from Node, Python, PHP, mobile, or your favorite stack.
A service that grows with you

Simple enough for one app.
Structured enough for a team.

Personal or shared
Start alone, then invite your organization without rebuilding the integration.
Personal workspace
Organization members
Environment-specific keys
Rotate without hesitation
Replace exposed or aging credentials from the dashboard in seconds.
Safe by default
Hashed API keys, encrypted SMTP secrets, bounded requests, and tenant-scoped access.
Made for developers
Stable errors, request IDs, idempotency, OpenAPI, and examples you can paste.
A contract you can trust

Useful answers, even when sending fails.

Every response includes a request ID. Errors use stable codes, duplicate requests are safely recognized, and the complete contract is available as OpenAPI.

Explore documentation
Structured error response
401
{
  "error": {
    "code": "INVALID_API_KEY",
    "message": "The API key is invalid or expired",
    "requestId": "req_01J..."
  }
}
Your first send is minutes away
Stop rebuilding email delivery for every project.
Create an easymail account, connect Gmail, and give every application the same clean integration.