Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 836 Bytes

README.rst

File metadata and controls

37 lines (19 loc) · 836 Bytes

mailpy

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).

Installation

No pypi package for now:

pip install https://github.com/dn0/mailpy/tarball/master

Usage

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.

License

BSD 3-Clause License