diff --git a/system/autoload/Message.php b/system/autoload/Message.php index ac6b73e7..30908c3f 100644 --- a/system/autoload/Message.php +++ b/system/autoload/Message.php @@ -153,7 +153,6 @@ class Message $mail->isHTML(false); $mail->Body = $body; } - $mail->send(); if (!$mail->send()) { _log(Lang::T("Email not sent, Mailer Error: ") . $mail->ErrorInfo); }