Tmpmail: Temporary email right from your terminal written in POSIX sh

Tmpmail is a command line utility that allows you to create temporary email addresses and receive emails using 1secmail’s API. It renders HTML emails on the terminal using w3m by default, but you can choose another browser with the –browser argument. Dependencies include w3m, curl, jq, and xclip, with installation options for different systems like AUR, Pacstall, Nixpkgs, or Docker. Using tmpmail, you can list messages, view specific emails, generate new email addresses, and more. The script is inspired by Mitch Weaver’s 1secmail script. Unique features include the ability to view emails in different browsers or as pure text, making it a versatile tool for temporary email needs.

https://github.com/sdushantha/tmpmail

To top