Linux command
mailsy 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Generate temp email
mailsy generate
Check inbox
mailsy check
List messages
mailsy list
Read message
mailsy read [message_id]
Delete email
mailsy delete
Get current address
mailsy me
说明
mailsy creates temporary disposable emails. It generates random addresses for receiving mail. The tool is useful for sign-ups and testing. Addresses are automatically deleted after a period.
参数
- generate
- Create new temp email.
- check
- Check for new messages.
- list
- List all messages.
- read _ID_
- Read specific message.
- delete
- Delete email address.
- me
- Show current address.
- --help
- Display help information.
FAQ
What is the mailsy command used for?
mailsy creates temporary disposable emails. It generates random addresses for receiving mail. The tool is useful for sign-ups and testing. Addresses are automatically deleted after a period.
How do I run a basic mailsy example?
Run `mailsy generate` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does generate do in mailsy?
Create new temp email.