Fix Bug email
This commit is contained in:
parent
6462572fb8
commit
e4d3aff618
@ -153,7 +153,6 @@ class Message
|
|||||||
$mail->isHTML(false);
|
$mail->isHTML(false);
|
||||||
$mail->Body = $body;
|
$mail->Body = $body;
|
||||||
}
|
}
|
||||||
$mail->send();
|
|
||||||
if (!$mail->send()) {
|
if (!$mail->send()) {
|
||||||
_log(Lang::T("Email not sent, Mailer Error: ") . $mail->ErrorInfo);
|
_log(Lang::T("Email not sent, Mailer Error: ") . $mail->ErrorInfo);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user