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 questionMy 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
精彩评论