views:

156

answers:

0

We have a requirement to create a Mailing List [List serv] in our asp.net web application. It has to support following functionality

  1. create group
  2. Add remove users to group
  3. Display an inbox kind of view to Admin where he can see the user posting/reply then approve or reject based on content.If approved all the users in that group will recieve the email
  4. implement auto moderation based on pre-defined rules

please suggest the best way to proceed