开发者

Django/Python mailing list implementation [closed]

开发者 https://www.devze.com 2022-12-17 19:45 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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

精彩评论

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