Scheduled Broadcasts didn't send

Note that the Mautic devs responded and provided a fix for my broadcast email issue:
https://github.com/mautic/mautic/issues/3660

Check these 2 directories:

  • app/bundles/CoreBundle/Command/SendChannelBroadcastCommand.php
  • app/bundles/ChannelBundle/Command/SendChannelBroadcastCommand.php

If you have both files remove app/bundles/CoreBundle/Command/SendChannelBroadcastCommand.php

Maybe my fix could help someone else… I had to install mcrypt on my environment to make the cron work. I also use app/console mautic:broadcasts:send without ID and Channel to make it work. This + all the other advices given in the thread.

Cheers