- deliveredyou@acme.comjust now
- openedyou@acme.com2s
- clickedyou@acme.com9s
The log
Delivered, opened, clicked, bounced — one timeline per email, not a spreadsheet export.
Reach humans, not spam folders. Transactional and marketing mail through one quiet API — built in Flanders.
A simple interface so you can start sending in minutes. It fits right into your code, with the languages you already use.
1const res = await fetch("https://api.mittera.eu/api/emails", {2 method: "POST",3 headers: {4 Authorization: "Bearer mt_xxxxxxxxx",5 "Content-Type": "application/json",6 },7 body: JSON.stringify({8 from: "hello@acme.com",9 to: "you@acme.com",10 subject: "Hello from mittera",11 html: "<strong>it arrived.</strong>",12 }),13});1415const { id } = await res.json();Every send gets a timeline. Your server can hear it the moment something happens.
Delivered, opened, clicked, bounced — one timeline per email, not a spreadsheet export.
email.deliveredPOST your-server.example/hooks
email.openedPOST your-server.example/hooks
email.clickedPOST your-server.example/hooks
Your server hears it the moment mail is delivered, opened, clicked, or bounced.
Not a big-tech company.
mittera is an flndrn brand, made with in Flanders. 100% self-funded, sustainable, and independent.