Sending an email from Pylons
pylons, python
Solution
What you want is turbomail. In documentation you have an entry where is explains how to integrate it with Pylons.
Problem
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?