mitteramittera

No person in the loop.

Your product talks to mittera with a key. A payment lands, a password is forgotten, an order ships — the mail goes out because that happened. Not because someone sat down and pressed Send.

Get started
1POST https://api.mittera.eu/api/emails2Authorization: Bearer mt_xxxxxxxxx3Content-Type: application/json45{6  "from": "hello@acme.com",7  "to": "you@acme.com",8  "subject": "Hello from mittera",9  "html": "<strong>it arrived.</strong>"10}

Key

One secret

An mt_ key. Copy it once. The app keeps it. We keep a hash.

Call

Same payload

From, to, subject, HTML or text. REST, Node, Python or SMTP. A machine does not care which door.

Log

Then the log

Delivered, bounced, opened. Your app can hear it on a webhook.

Ready when you are.

Create an account, verify a domain, send the first one.