Simplenews Scheduler
This module allows you to schedule Simplenews newsletters to be sent as recurring items based on a defined schedule (daily, weekly, or monthly). It achieves this by creating new, rendered editions of a newsletter node at the specified times.
Simplenews Scheduler sends a newsletter as a re-occurring item based on a schedule.
It does so by creating a new edition (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.
Dependencies
4.0.0-beta1
- Drupal 10 or 11
- Simplenews (4.1.x).
4.0.0-alpha3
- Drupal 9.3 or 10
- Simplenews (4.x).
Recommended
- Ultimate cron to get more control over your cron behaviour.
Changes
4.0.0-beta
- Added Drupal 11 compatibility
- Added Simplenews 4.1.x compatibility
- Dropped Drupal 9 compatibility
4.0.0-alpha
- Added Drupal 10 compatibility
- Added Simplenews 4.x compatibility
- Added GitLab CI support