https://github.com/hanzceo/dismail
Python 3.7.4 based app for disposable email service
https://github.com/hanzceo/dismail
cli disposable email email-verification free privacy python spam temp temporary temporary-email verification verify verify-email
Last synced: 12 months ago
JSON representation
Python 3.7.4 based app for disposable email service
- Host: GitHub
- URL: https://github.com/hanzceo/dismail
- Owner: HanzCEO
- License: unlicense
- Created: 2019-12-06T14:17:28.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-10T03:11:19.000Z (about 1 year ago)
- Last Synced: 2025-06-30T23:52:27.528Z (12 months ago)
- Topics: cli, disposable, email, email-verification, free, privacy, python, spam, temp, temporary, temporary-email, verification, verify, verify-email
- Language: Python
- Size: 55.7 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DisMail
Python 3 based app for disposable email service
[](https://pepy.tech/project/dismail)
## How to use
### 1. From source
```sh
$ git clone git@github.com:HanzCEO/DisMail.git
$ cd DisMail
$ python3 DisMail/__main__.py [EMAIL ADDRESS]
```
### 2. From PyPi
```sh
$ sudo pip3 install DisMail
$ dismail [EMAIL ADDRESS]
```
## Usage
```
Usage: dismail [OPTIONS] [EMAIL]
Options:
--help Show this message and exit.
Arguments:
email username@domain pair used for login, defaults to random email
```
## Known issues
- **SecMail API** limit attachment size to around 40000 bytes