vote up 0 vote down star

I am using Pylons to develop an application and I want my controller actions to send emails to certain addresses. Is there a built in Pylons feature for sending email?

flag

3 Answers

vote up 1 vote down check

What you want is turbomail. In documentation you have an entry where is explains how to integrate it with Pylons.

link|flag
vote up 1 vote down

Can't you just use standard Python library modules, email to prepare the mail and smtp to send it? What extra value beyond that are you looking for from the "built-in feature"?

link|flag
Handling non-ASCII data transparently was the thing I missed most. I haven't checked lately whether Python 2.6 improves this or not. – Marius Gedminas Sep 17 at 18:48

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.