X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/fa157c9419df82b1cab041e771dab947a174c652..db2ca21db73a2ea52155510e1e0300541d6b9ef6:/report_send.php diff --git a/report_send.php b/report_send.php index 9c02ced7..9389cff2 100644 --- a/report_send.php +++ b/report_send.php @@ -83,7 +83,7 @@ if ($request->isPost()) { $mailer->setReceiver($cl_receiver); if (isset($cl_cc)) $mailer->setReceiverCC($cl_cc); - $mailer->setSendType(MAIL_MODE); + $mailer->setMailMode(MAIL_MODE); if ($mailer->send($cl_subject, $body)) $msg->add($i18n->getKey('form.mail.report_sent')); else