I needed this for my own stack.
Since 2023 I've been working on a framework to make my client work less repetitive. The first SaaS I built on top of it was turniermeister.com, a tournament platform. The moment I got to the point where it needed to send emails, I ran into a wall.
I asked around. What do people use? Postmark, Mailchimp, Customer.io, the usual suspects. Every single one came with the same two problems: I had to write glue code every time I wanted a new email, and they wanted a copy of my users in their database.
A while back I changed my personal email address. Months later I was still getting newsletters on the old one. Think about that for a second. These are billion-dollar companies whose entire business is managing email lists, and they can't keep their own data in sync. Why would I hand them mine?
So I built the thing I wanted. POST an event, pick a template, swap a logo once and every template updates. Your users stay in your database. All I keep is a hash in a delivery log.
Christian, Carinthia (Austria)