Issue 17: mass messaging feature request http://code.google.com/p/django-messages/issues/detail?id=17
Comment #3 by leidel: I think it could be done with a custom form that uses the django.contrib.auth.model.Group to different users. I suspect that feature would only be for staff, right? If yes I could imagine the workflow to be something like this: - A staff user creates a Group instance with the users he wants to send a messages to. - He then opens a new site in the messages admin section that has the usual messages (model)form plus a selectfield that has the options "All user" plus all the Group instances. - He types his message (maby can preview it) and then sends it to all users. As a sidenote, if django-mailer is used, sending the notification emails to a large user base shouldn't be a problem. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
