Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sending an email from Pylons

Tags:

python

pylons

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?

like image 658
hekevintran Avatar asked Jan 23 '23 11:01

hekevintran


1 Answers

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

like image 69
iElectric Avatar answered Jan 26 '23 00:01

iElectric