Index: typo3/sysext/scheduler/examples/class.tx_scheduler_testtask.php =================================================================== --- typo3/sysext/scheduler/examples/class.tx_scheduler_testtask.php (revision 7018) +++ typo3/sysext/scheduler/examples/class.tx_scheduler_testtask.php (working copy) @@ -92,6 +92,7 @@ // 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;