2007-02-17 15:15:41 +01:00
|
|
|
TurboMail is a TurboGears extension, meaning that it starts up and
|
|
|
|
shuts down alongside any TurboGears applications you write, in the
|
|
|
|
same way that visit tracking and identity do.
|
|
|
|
|
|
|
|
TurboMail uses built-in Python modules for SMTP communication and
|
|
|
|
MIME e-mail creation, but greatly simplifies these tasks by performing
|
|
|
|
the grunt-work for you. Additionally, TurboMail is multi-threaded,
|
|
|
|
allowing for single or batch enqueueing and background delivery of mail.
|
|
|
|
|
2009-01-20 17:40:04 +01:00
|
|
|
Author: Alice Dawn Bevan-McGregor
|
|
|
|
WWW: http://www.python-turbomail.org/
|