pyramid_mailer is a module for taking the pain out of sending emails in your Pyramid project.
This includes:
- Wrapping the low-level Python email library with an easy-to-use API, which includes attachments and mulipart content.
- Send emails immediately or to add to a maildir queue.
- Managing email sends inside a transaction, to prevent emails being sent if your code fails.
- Features to help with unit testing.
pyramid_mailer uses the repoze_sendmail library for managing email sending and transacton management, and Lamson for wrapping email messages. You do not need to install a Lamson service to use pyramid_mailer.
Links:
documentation
development version
Product's homepage
Requirements:
· Python