From e4d3aff618ab94c291ff2d111545644ea6aec329 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Wed, 25 Sep 2024 15:02:51 +0700 Subject: [PATCH] Fix Bug email --- system/autoload/Message.php | 1 - 1 file changed, 1 deletion(-) 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); }