- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello @Mrityunjay
There are multiple ways you can do it
1. Add multiple columns to the recipient table for each type of newsletter and keep the flags true or false depending on their current opt-in status.
2. Create multiple sucbription services for each type of newsletter and then subscribe/un-subscribe from them depending on user action.
My suggestion would be to go with option 2 where you will have history available for each action and you will need some js knowledge to subscribe and unsubscribe from the service depending on what checkbox is selected on the web app.
Here is example of how to use the code: