Linux command
mailsy 命令
文件
Copy it and replace filenames, paths, or keywords as needed.
命令示例
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.