Mail API framework with support for Pelican static site generator.
Create and call RESTful API methods via SMTP (just by sending emails to the right email address).
No pypi package for now:
pip install https://github.com/dn0/mailpy/tarball/master
Pipe messages into mail.py:
echo -e "From: <[email protected]>\nTo: <[email protected]>\n\n..." > msg cat msg | bin/mail.simple.py [email protected] [email protected] ... Hello World
See examples or wiki for more info.