A command-line interface for temporary email addresses using dropmail.me with real-time mail monitoring.
- 🚀 Instant disposable email addresses
- 🔔 Real-time email polling (checks every 5 seconds)
- 📋 Copy email to clipboard (optional)
- ♻️ Generate multiple addresses per session
- 📬 View full email content in terminal
- 🔗 Extract and display clickable links from HTML emails
- ✔️ Session management with expiry tracking
git clone https://github.com/danickblouin/dropmail-cli.git
cd dropmail-cli
pip install -e . # Editable mode (links to local files)
pip install dropmail-cli
dropmail
While running, use these commands:
Key | Action |
---|---|
n |
Generate new email address |
r |
Reset seen emails |
c |
Copy current email to clipboard |
q |
Quit the application |
- Python 3.8+
requests
librarycolorama
(for colored output)beautifulsoup4
(for HTML parsing and link extraction)
Optional:
pyperclip
(for clipboard support)
MIT - See LICENSE for details.
This tool uses DropMail.me's services. By using this CLI, you agree to:
This project is not affiliated with DropMail.me.