Question

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?

Was it helpful?

Solution

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

OTHER TIPS

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"?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top