We have a requirement to create a Mailing List [List serv] in our asp.net web application. It has to support following functionality
- create group
- Add remove users to group
- 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
- implement auto moderation based on pre-defined rules
please suggest the best way to proceed