Launched this week

sendthen
Open-source email infrastructure you run yourself
10 followers
Open-source email infrastructure you run yourself
10 followers
Send transactional email, campaigns, and inbound mail from one self-hosted control plane. Keep your data in one SQLite file, choose SES, SMTP, direct MX, or local sandbox, and use a familiar developer-first API.






love that everything lives in a single sqlite file, makes backups and migrations painless. the choice of providers (ses, smtp, mx, sandbox) without locking you in is exactly the kind of thoughtful trade-off more tools should make.
honestly the SQLite-everything approach is kind of refreshing, one file for all the email config feels way easier to reason about than juggling some massive postgres setup. switching between ses and a local sandbox from the same api is genuinely useful for testing.
finally tested it on a side project and the single SQLite file setup is genuinely refreshing—no juggling credentials between services. routing outbound through my own MX while still using SES for campaigns just feels right.
the choice to keep everything in a single SQLite file is such a refreshingly opinionated call, love that it doesn't try to abstract that away
Love that everything lives in a single SQLite file, makes backing up and migrating the whole mail setup feel almost too easy. The flexibility between SES, SMTP, and direct MX from one control plane is genuinely thoughtful design.
finally something that doesn't fight me on a self-hosted setup, the single sqlite file for everything is genuinely clever