Linux command
tmpmail 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Generate address
tmpmail -g
Check inbox
tmpmail
Read email by ID
tmpmail [email-id]
Copy address
tmpmail -c
Different domain
tmpmail -g [domain]
Recent emails
tmpmail -r
说明
tmpmail generates temporary, disposable email addresses and lets you check their inbox directly from the terminal. It is useful for signing up for services without exposing your real email address to potential spam. The tool creates addresses on supported temporary email domains and retrieves incoming messages for viewing in the terminal or a browser. The current address can be copied to the clipboard with -c for quick pasting into registration forms.
参数
- -g
- Generate address.
- -c
- Copy to clipboard.
- -r
- Recent emails.
- -b _BROWSER_
- Open email in the specified browser instead of plain text in the terminal.
- -t, --text
- Force text mode rendering (do not open in a browser).
- -h, --help
- Show help.
FAQ
What is the tmpmail command used for?
tmpmail generates temporary, disposable email addresses and lets you check their inbox directly from the terminal. It is useful for signing up for services without exposing your real email address to potential spam. The tool creates addresses on supported temporary email domains and retrieves incoming messages for viewing in the terminal or a browser. The current address can be copied to the clipboard with -c for quick pasting into registration forms.
How do I run a basic tmpmail example?
Run `tmpmail -g` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -g do in tmpmail?
Generate address.