mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 10:15:03 +02:00
Fix Bug email
This commit is contained in:
parent
6462572fb8
commit
e4d3aff618
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue