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
{ "id": "mail-log-uuid" }
3. Send a batch (up to 100 emails)
{ "data": [{ "id": "…" }, …] }
4. List mail logs
Next
- Sending examples
- Emails API
- SDKs — typed clients for Node, Python, PHP, Go, Dart