Skip to content

Notification manager. Send notices to users via different methods.

License

Notifications You must be signed in to change notification settings

itpatrol/notices

Repository files navigation

Notices

Notification manager. Send notices to users via different methods.

Sending messages from the pool

To send messages, need to add a task to Cron:

*/2 * * * * /usr/bin/drush --root=/home/user/domains/domain.com notices-email-send > /dev/null 2>&1