Small lib abstracting creation and sending emails with smtplib. This is work in progress, please do not use it in production.
From version 0.3 and up I stopped supporting template rendering inside of the library. Now you need to render html / text on your side and use attach_text.
Install with pip::
$ pip install easyemail
To run tests, you'll need mako
and jinja2
libraries that are not included
in requirements in normal setup.
You can run tests that way::
$ python setup.py test
Have a bug? Please create an issue on GitHub!
https://github.com/niktto/easyemail/issues
EasyEmail is an open source software and your contribution is very much appreciated.
- Check for open issues https://github.com/niktto/easyemail/issues or open a fresh issue https://github.com/niktto/easyemail/issues/new to start a discussion around a feature idea or a bug.
- Fork the repository on Github https://github.com/niktto/easyemail and make your changes.
- Follow these rules: PEP8, PEP257 and The Zen of Python.
- Make sure to add yourself to AUTHORS and send a pull request.
EasyEmail is available under the New BSD License. See LICENSE https://github.com/niktto/easyemail/blob/master/LICENSE file.