Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 739 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 739 Bytes

DisMail

Python 3 based app for disposable email service

Downloads

How to use

1. From source

$ git clone [email protected]: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