It provides a simple way to send scheduler notifications digest.
Uses all (sub)modules provided by notifications module (except notifications_scheduler), job_scheduler_trigger and views.
The module use 2 types of notifications:
a) Alerts
0 sec ('Immediately'),
300 sec ('Each 5 minutes'),
600 sec ('Each 10 minutes'),
3600 sec ('Every hour'),
43200 sec ('Twice a day'),
b) Digest
86400' ('Daily')
604800 ('Weekly')
2592000 ('Monthly')
==================================================
Initial settings
==================================================
When you install this module, the following "instances" are created by default
a) 8 actions are installed (see admin/config/system/actions)
1. Send scheduled notifications alert (Inmediately) configure delete
2. Send scheduled notifications alert (5 min) configure delete
3. Send scheduled notifications alert (10 min) configure delete
4. Send scheduled notifications alert (hourly) configure delete
5. Send scheduled notifications alert (twice a day) configure delete
6. Send scheduled notifications digest (daily) configure delete
7. Send scheduled notifications digest (weekly) configure delete
8. Send scheduled notifications digest (monthly)
b) 7 job scheduler triggers are created (see admin/config/system/job_scheduler)