Simple lib abstracting email sending with smtplib.
Project description
Small lib abstracting creation and sending emails with smtplib. This is work in progress, please do not use it in production.
WARNING
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.
Installation
Install with pip:
$ pip install easyemail
Testing
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
Issues and questions
Have a bug? Please create an issue on GitHub!
Contributing
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.
Licence
EasyEmail is available under the New BSD License. See LICENSE https://github.com/niktto/easyemail/blob/master/LICENSE file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file easyemail-0.4.0.tar.gz
.
File metadata
- Download URL: easyemail-0.4.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99080d1a42ac87544debbd0e1a418ccf402e5006d2565a01feeefee1bd645f2b |
|
MD5 | 070d0c7281d455b4f3263ceaac63032b |
|
BLAKE2b-256 | 7d3699ab8a64872874bda54fb6e3c9745d311119af6a7504ef0e61456bd54115 |