Reputation: 7750
Could you please suggest any available app for sending & managing emails in django?
Upvotes: 4
Views: 2978
Reputation: 10146
You can find a detailed comparison here: http://www.djangopackages.com/grids/g/email/
Upvotes: 3
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