Just a simple thing that I put together in couple of weekends. A temporary email inbox service where all received emails are automatically deleted in 2 hours
From elixir side it is just one Phoenix live view and a couple of simple controllers and workers for housekeeping. The email is received by a server written in Go
I am going to use it as playground for making a mail server library in Elixir. All existing ones I know of read whole incoming messages into memory, which may be often a limiting factor






















