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
2010-10-31 20:41:28
A:
You can find a detailed comparison here: http://www.djangopackages.com/grids/g/email/
zsquare
2010-10-31 21:23:55