LinuxCommandLibrary

mailsy

creates temporary disposable emails

TLDR

Generate temp email

$ mailsy generate
copy
Check inbox
$ mailsy check
copy
List messages
$ mailsy list
copy
Read message
$ mailsy read [message_id]
copy
Delete email
$ mailsy delete
copy
Get current address
$ mailsy me
copy

SYNOPSIS

mailsy command [options]

DESCRIPTION

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.

PARAMETERS

COMMAND

Operation to perform.
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.

CAVEATS

Depends on external service. Emails expire. Not for production use.

HISTORY

mailsy provides CLI access to temporary email services for disposable addresses.

SEE ALSO

tmpmail(1), mail(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community