Metadata-Version: 2.1
Name: cli-mailer
Version: 0.1.1
Summary: A command Line mailer
Home-page: https://github.com/Pratyush-Saxena/CLI_Mailer
Author: Pratyush Saxena
Author-email: saxena18prats@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click (==7.1.2)
Requires-Dist: colorama (==0.4.3)
Requires-Dist: constantly (==15.1.0)
Requires-Dist: contextlib2 (==0.6.0.post1)
Requires-Dist: prompt-toolkit (==1.0.14)
Requires-Dist: pyfiglet (==0.8.post1)
Requires-Dist: pylint (==2.5.3)
Requires-Dist: python-http-client (==3.2.7)
Requires-Dist: regex (==2020.7.14)
Requires-Dist: requests (==2.20)
Requires-Dist: sendgrid (==6.4.5)
Requires-Dist: urllib3 (==1.22)
Requires-Dist: virtualenv-clone (==0.5.4)

# CLI_Mailer
This is a python package that let's you send mail over command line interface.
### USAGE 
1. Install the Package
```bash
pip install cli-mailer
```
2. Now run the script (from anywhere)
```bash
cli-mailer
```



