A temporary email inbox generator written in Go. This project is inspired by: https://tmail.link
Make sure you have Go installed. If not, you can download it from https://golang.org/dl/.
git clone https://github.com/rherv/vanish-mail.git
cd vanish-mail
go build cmd/vmail/main.go
./vanish-mail -domain example.com -http 8080 -smtp 25 -delay 10
-domain: the domain to accept emails for (default is "localhost").
-http: HTTP service address (default is 8080).
-smtp: SMTP service address (default is 25).
-delay: The time in minutes to keep an email for (default is 10).
Feel free to contribute by opening issues or pull requests.