开发者

Django/Python mailing list implementation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seek开发者_如何学Pythoning recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 6 years ago.

Improve this question

My site requires sending periodic update emails to all our registered clients.

To keep our lists clear, I want to track all failed deliveries and purge the mailing lists accordingly. I am assuming I am not the first nor the last to do this.

Can anyone recommend an existing app/library that I can use to accomplish this goal ?

Thank you


I think you need a mailing list server like mailman, there is django-mailman (a django's admin interface for mailman), and follow this steps:

  • Install mailman
  • Install django-mailman
  • Complete your user's registration algorithm for your users and register them in mailman.
  • When you need send a mail, send it to you mailman list.
  • Have a lot of fun!


You should have a look at mailchimp

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜