Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django/Python mailing list implementation [closed]

Tags:

python

django

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

like image 625
Boris Avatar asked Jul 09 '26 05:07

Boris


1 Answers

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!
like image 190
diegueus9 Avatar answered Jul 11 '26 20:07

diegueus9



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!