Automatic newsletter to subscribers filtered by categories
-
Hello, I need to send personalized newsletter (automatic) for each subscriber based on the categories of their choice.
For example, a subscriber subscribes to Category A and Category B. He should receive a mail containing new content from Category A and Category B.
As such every subscriber receives ONLY 1 mail having new content from all the categories to which he is subscribed.
I thought of hacking the process when new content is loaded automatically by passing the specific categories of each subscriber as parameter for the category field but I am unable to figure out which function & file I need to modify for automatic newsletter.
Basically I need to:
1) get list of subscribers
2) for each subscriber, filter content according to the subscriber specific categories.
3) each subscriber receives only 1 mail with content from their respective catgegoriesIs there any way to include all subscribed content in 1 mail?
Thanks.
- The topic ‘Automatic newsletter to subscribers filtered by categories’ is closed to new replies.