I use Pylons to develop an application, and I want my controller actions to send emails to specific addresses. Is there a built-in Pylons function for sending emails?
Do you want turbomail . You have a record in the documentation explaining how to integrate it with Pylons.
Can you use the standard Python, email library modules to prepare mail and smtp to send it? What extra value are you looking for from the "built-in function"?
email
smtp
Try the following: http://jjinux.blogspot.com/2009/02/python-logging-to-email-in-pylons.html