Comment to 'Once a day email notifications'
  • Hello romtim !

    The quickest way to close this purpose - change the notification Cron from every minute to 24 hours. Just execute the following query:

    UPDATE `sys_cron_jobs` SET `time`='0 0 * * *' WHERE `name`='bx_notifications_notify' LIMIT 1;

    and clear the cache via Studio->Dashboard.

    • Hello romtim !

      The quickest way to close this purpose - change the notification Cron from every minute to 24 hours. Just execute the following query:

      UPDATE `sys_cron_jobs` SET `time`='0 0 * * *' WHERE `name`='bx_notifications_notify' LIMIT 1;

      and clear the cache via Studio->Dashboard.

      Thank you! This helps.

      Just curious is this just going to still send out independent emails, just once a day, or is it going to combine them in a longer one? It looks like if we have ten thousand active members, it can be hundreds of thousands of emails a day

      • This part watches the points in which users should be notified and adds this pushes to the system queue. From there UNA will continue to send the messages by another Cron. So in this way, some users will see these notifications on site only. It will reduce the number of sent letters but not much.