Views: 2930
Last Modified: 15.09.2021
Frequent reason for the message Errors occurred while sending system e-mail messages at the page Settings > Tools > Site check is the outbound email cron config.
To fix this issue, disable the sending via cron in the file /bitrix/php_interface/dbconn.php
. Set as:
define("BX_CRONTAB_SUPPORT", false)
.