Key
One secret
An mt_ key. Copy it once. The app keeps it. We keep a hash.
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 started1POST 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
An mt_ key. Copy it once. The app keeps it. We keep a hash.
Call
From, to, subject, HTML or text. REST, Node, Python or SMTP. A machine does not care which door.
Log
Delivered, bounced, opened. Your app can hear it on a webhook.