from Hacker News

Vortex – temporary email service written in Rust

by JustSkyfall on 4/11/25, 3:12 PM with 1 comments

  • by JustSkyfall on 4/11/25, 3:31 PM

    I've been looking for a clean temporary email service for a while now, so I decided to build my own!

    I wrote the SMTP server from scratch in Rust - SMTP's a surprisingly simple spec, so if you've got the time then I'd recommend trying this out yourself!

    GitHub: https://github.com/SkyfallWasTaken/vortex.email