Fix sendmail
This commit is contained in:
parent
5247d4db53
commit
b959187718
2 changed files with 25 additions and 5 deletions
|
|
@ -99,7 +99,7 @@ Cordialement,
|
|||
--
|
||||
The lerdorf project",
|
||||
);
|
||||
Email::Sender::Simple::sendmail($mail);
|
||||
sendmail($mail);
|
||||
}
|
||||
|
||||
if ($level <= $display_level) {
|
||||
|
|
|
|||
Reference in a new issue