How to implement 'category' based newsletter

こ雲淡風輕ζ 提交于 2019-12-23 23:40:04

问题


Working on my small classified site; i'd like to give the users the ability to choose some categories, for example : cars, boats and receive daily/weekly notifications based on their choices.

A user that has subscribed to 'cars' category will receive daily newsletter saying 'there are 30 new interesting classifieds for you in category : cars'.

Don't know where to start; 'simplenews' module seems too simple for my usage.

Any idea ?


回答1:


The Subscriptions module seems to do this really well. It will allow your users to select categories they wish to subscribe to as well as the interval they choose to receive notification emails.

As an administrator you can set default category subscriptions for users (if you wish) and to send notification emails in digest form (multiple updates in one email). It doesn't have a time interval of 'weekly' but you may be able to request this in the module issue queue. It is very configurable.




回答2:


Have you checked out http://drupal.org/project/notifications module?

It's not the easiest module to get your head around but the rewards are pretty good. If you categorising your content using taxonomies then this module should help.



来源:https://stackoverflow.com/questions/5107212/how-to-implement-category-based-newsletter

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!