문제

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

도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top