Comment to 'Notifications problem'
  • Hello @Baloo!

    When the site tries to send many letters at once the mail server on the hosts may consider that there might be a spam attempt and block the sender email. That's why we introduced the `sys_queue_email` which contains the list of messages should be delivered. Cron jobs check this list every minute, send the new part from this queue and erase the records about sent messages.