Skip to content

Python 3.7.4 based app for disposable email service

License

Notifications You must be signed in to change notification settings

HanzCEO/DisMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DisMail

Python 3 based app for disposable email service

Downloads

How to use

1. From source

$ git clone git@github.com:HanzCEO/DisMail.git
$ cd DisMail
$ python3 DisMail/__main__.py [EMAIL ADDRESS]

2. From PyPi

$ 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