Closed (won't fix)
Project:
Simplenews
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2007 at 23:51 UTC
Updated:
28 Sep 2009 at 10:33 UTC
Would it be possible to add a feature in SimpleNews to be able to configure a digest newsletter which is sent out automatically every X days? This would consist of specifying which content types and taxonomies to include in the digest (with a max items per type/taxonomy specified) and then setting the schedule for when it should be sent. Once configured SimpleNews would automatically send out a newsletter via cron.php containing links (and perhaps teasers) to all the content that have been added/updated since the last time the newsletter was sent. Possible?
Comments
Comment #1
sutharsan commentedThis will not be implemented in Simplenews. However using Views, include_views and simplenews_schedule this should be possible.
Comment #2
dorien commentedYes,
I made view that lists all content created the last seven days and import that into a newsletter. Works great and looks fine. You do need mime mail ad well.
Comment #3
yan commentedI'm looking for the same, I'll try the mentioned solution when I have time. But it took me some time to figure out what is meant by "include_views". I guess it is the Insert View module.
Comment #4
dorien commentedI have used insert views before for this.
But the older newsletter will always display the latest content though.