Extra Simple, Transactional Email.

A small dependable API for contact us forms, password resets, login links, and one-time codes.

POST https://notifyvia.email/api/v1/send
curl -X POST https://notifyvia.email/api/v1/send \
  -H "X-Api-Key: 1.sdf468..." \
  -H "Content-Type: application/json" \
  -d '{
    "to": "[email protected]",
    "subject": "Your sign-in code",
    "html": "<p>Your code is 824193.</p>"
    }'

No DNS changes required

You don't need to touch your domain's DNS records to start sending. You only need to inform your client that they will receive all notifications from [email protected]

Built-in spam term checker

Scan for marketing language and promotional phrasing. Anything that looks like a sales pitch gets blocked, useful for your client's contact us form.

Send-rate limiter

You can enable a Per-host limit from the API itself. Catch a runaway loop, a misfiring cron, or a compromised key before it drains your quota.

Ready for simplicity?

We're currently in closed beta and onboarding a small cohort of senders each month.

Join the list and we'll be in touch.