https://github.com/balliasghar/mailsy
⚡️ Quickly generate a disposable email straight from terminal.
https://github.com/balliasghar/mailsy
api cli email javascript nodejs temporary-email
Last synced: 3 months ago
JSON representation
⚡️ Quickly generate a disposable email straight from terminal.
- Host: GitHub
- URL: https://github.com/balliasghar/mailsy
- Owner: BalliAsghar
- Created: 2022-03-06T21:31:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T12:58:00.000Z (7 months ago)
- Last Synced: 2025-04-13T00:46:14.688Z (3 months ago)
- Topics: api, cli, email, javascript, nodejs, temporary-email
- Language: JavaScript
- Homepage:
- Size: 729 KB
- Stars: 521
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mailsy

⚡️ Quickly generate a disposable email.
# Extensions
- [Alfred](https://github.com/BalliAsghar/mailsy-alfred)
- [Raycast](https://www.raycast.com/BalliAsghar/mailsy)## Screenshots

## Installation
Use the package manager [npm](https://www.npmjs.com/) to install Mailsy.
```console
npm install mailsy -g
```
Macos users can install mailsy via homebrew```console
brew install mailsy
```## Usage
**Creating Email Address**
Email will be copied to clipboard!
```console
foo@bar:~$ mailsy g
[email protected]
```**Fetching Emails**
**Note:**
Hit Enter to open the email in your default browser.
```console
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 an email address and to get a new one use:
```console
foo@bar:~$ mailsy d
Account deleted
```**Details about Account**
```console
foo@bar:~$ mailsy meEmail: [email protected]
createdAt: 13/03/2022, 21:32:09```
## Star History
[](https://star-history.com/#BalliAsghar/Mailsy&Date)
### FAQ
## How Mailsy works?
Mailsy is using [mail.tm](https://mail.tm/en/) 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](https://choosealicense.com/licenses/mit/)