Simple mail sending
pip install maileasy
- Clone this repository
python setup.py install
To ensure the module works, create a .json configuration file like the template maileasy_config.json, then run this python code:
importmaileasymaileasy.send("maileasy test", "success", <EMAILADDRESS>, config=<CONFIGFILE>))This module is still in very early stages. Please open an issue if you have encounter any bugs.