tags:

views:

35

answers:

2

Could you please suggest any available app for sending & managing emails in django?

A: 

You can try implement this youself using http://docs.python.org/library/poplib.html and http://docs.python.org/library/smtplib.html#smtp-example but, if you describe what concrete functionality you need, may be i can suggest some ready Django app for you needs.

seriyPS
A: 

You can find a detailed comparison here: http://www.djangopackages.com/grids/g/email/

zsquare