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