Skip to content

dn0/mailpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: <user@example.com>\nTo: <test@example.com>\n\n..." > msg

cat msg | bin/mail.simple.py user@example.com test@example.com

...
Hello World

See examples or wiki for more info.

License

BSD 3-Clause License

About

Python mail API framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published