Skip to main content

HTTP / cURL Quickstart

Send email with plain HTTP — no SDK required. Requires: API key Base URL: https://api.mailofly.com/v1

1. Discover the API (no auth)


2. Send an email

Response: { "id": "mail-log-uuid" }

3. Send a batch (up to 100 emails)

Response: { "data": [{ "id": "…" }, …] }

4. List mail logs


Next