2010-04-03 Francois Suter <francois@typo3.org>
* Cleanup #13869: Scheduler: editTasks() calls all registered tasks to edit just one
+ * Fixed bug #13625: Scheduler: tx_scheduler_TestTask fails to execute successfully due to missing mail initialization (thanks to Marc Bastian Heinrichs)
2010-04-01 Tobias Liebig <mail_typo3@etobi.de>
// Prepare mailer and send the mail
$mailer = t3lib_div::makeInstance('t3lib_htmlmail');
+ $mailer->start();
$mailer->from_email = $this->email;
$mailer->from_name = 'SCHEDULER TEST-TASK';
$mailer->replyto_email = $this->email;