wordpress-cron.md

WordPress built-in cron is disabled with the DISABLE_WP_CRON constant on your website, this prevents MailPoet sending from working. Please enable WordPress built-in cron or choose a different cron method in MailPoet Settings.

Change true to false, or remove the line entirely if you no longer need it.

define('DISABLE_WP_CRON', false);