How I built a disposable email service with Haraka and Astro

java dev.to

I wanted a throwaway email service that wasn't slow, wasn't covered in ads, and worked in my language. Nothing I found checked all three boxes. So I built one. The stack is Haraka for SMTP, Redis for real-time message delivery, SQLite for storage, and Astro for the frontend deployed on Cloudflare Pages. The whole thing runs on a single VPS plus Cloudflare's edge network. Why Haraka Most guides for "build your own email server" point you at Postfix or something similar. I went with H

Read Full Tutorial open_in_new
arrow_back Back to Tutorials