Skip to content

vrde/Spamalot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= Intro
Spamalot is a simple module to send email using the Python Standard Library
(plus a little magic of ConfigObj).

The module works fine with different kind of encodings.

= Usage
with no config:

>>> from spamalot import init_mailer, Message, send
>>> init_mailer()
>>> m = Message('recipient@example.com', 'developers*3!', 'plain message',
...     '<p>html message</p>', sender='Steve Ballmer <steve@example.org>')
>>> send(m)
True

= Config & Logging
Take a look to the config.ini.example.

About

Python simple mailer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages