Siva Arunachalam
Siva Arunachalam

Reputation: 7750

Django - email app

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

Upvotes: 4

Views: 2978

Answers (2)

zsquare
zsquare

Reputation: 10146

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

Upvotes: 3

seriyPS
seriyPS

Reputation: 7112

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.

Upvotes: -1

Related Questions