Details
Description
After upgraded from 3.1.5 to 3.2.1 the civimail.cronjob.php seems not sending emails.
I noticed there are a few new lines in that file:
//log the execution of script
CRM_Core_Error::debug_log_message( 'civimail.cronjob.php');
// load bootstrap to call hooks
require_once 'CRM/Utils/System.php';
CRM_Utils_System::loadBootStrap( );
after I commented those lines, the CiviMail started running.