- Issue created by @jocowood
- 🇩🇪Germany jocowood Kamp-Lintfort
Proposed new module description
Simplenews Scheduler sends a newsletter as a re-occurring item based on a schedule.
It does so by creating a new (rendered copy as HTML Format) of a node at the time that it required to be sent again. The editions have an extra tab (for those with permissions) for viewing all editions as well as the original newsletter they are generated from. The original newsletter is never sent but all editions are according to a pre-defined schedule which is triggered via cron and can be defined when you create or edit a simplenews node. Current options for sending are by day, week, and month.
Works great with Insert View to place the content of a view into a newsletter. (eg: [view:recent_articles=20])
Dependencies (4.0.0-alpha3)
- Drupal 9.3 or 10
- Simplenews (4.x).
Recommended
- Ultimate cron to get more control over your cron behaviour.
Changes in 4.x
- Added Drupal 10 compatibility
- Added Simplenews 4.x compatibility
- Added GitLab CI support
- See notes for 4.x releases →