4👍
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!
- [Django]-Django REST: What's the recommended approach for supporting nested collections in URLs, such as /users/5/snippets/
- [Django]-Firing notifications at specific times in Django
- [Django]-I added a SECRET_KEY config variable to my Django app on Heroku but now it won't work locally
Source:stackexchange.com