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?
|
|
What you want is turbomail. In documentation you have an entry where is explains how to integrate it with Pylons. |
||
|
|
|
|
Can't you just use standard Python library modules, |
||
|
