Skip to content

⚡️ Quickly generate a disposable email straight from terminal.

Notifications You must be signed in to change notification settings

BalliAsghar/Mailsy

Repository files navigation

Mailsy

GitHub Repo stars

⚡️ Quickly generate a disposable email.

Extensions

Screenshots

alt text

Installation

Use the package manager npm to install Mailsy.

npm install mailsy -g

Macos users can install mailsy via homebrew

brew install mailsy

Usage

Creating Email

Email will be copied to clipboard!

foo@bar:~$ mailsy g
[email protected]

Fetching Emails

Note:

Hit Enter to open the email in your default browser.

foo@bar:~$ mailsy m
? Select an email (Use arrow keys)1. Hello, World! - from [email protected]
  2. Mailsy - from [email protected]

Delete Account

if you want to dispose a email and get the new one use:

foo@bar:~$ mailsy d
Account deleted

Details about Account

foo@bar:~$ mailsy me

 Email: [email protected]
 createdAt: 13/03/2022, 21:32:09

Star History

Star History Chart

FAQ

How Mailsy works?

Mailsy is using mail.tm API to generate a disposable email.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT