librelist archives

« back to archive

Email sending

Email sending

From:
Dan Jacob
Date:
2010-05-17 @ 14:12
Are there plans to add some basic email (SMTP) functionality to Flask
? Although this is somewhat tangental to the main functionality of
Flask, it is a common feature of many frameworks.

If there are no plans to do so, would it be a good idea to add a
section to the documentation on sending email - I posted a snippet
using TurboMail, but it would be good to know if there are recommended
alternatives.

Re: [flask] Email sending

From:
Stephane Wirtel
Date:
2010-05-17 @ 14:34
On 05/17/2010 04:12 PM, Dan Jacob wrote:
> Are there plans to add some basic email (SMTP) functionality to Flask
> ? Although this is somewhat tangental to the main functionality of
> Flask, it is a common feature of many frameworks.
> 
> If there are no plans to do so, would it be a good idea to add a
> section to the documentation on sending email - I posted a snippet
> using TurboMail, but it would be good to know if there are recommended
> alternatives.

With the management of ssl and/or tls ?

Regards