deprecate method send_an_email

This commit is contained in:
Frédéric FRANCE 2023-02-08 21:47:11 +01:00
parent 9fe920b2a9
commit b22d5b3e8a

View File

@ -448,6 +448,7 @@ class Adherent extends CommonObject
{
// phpcs:enable
dol_syslog('Warning using deprecated Adherent::send_an_email', LOG_WARNING);
return $this->sendEmail($text, $subject, $filename_list, $mimetype_list, $mimefilename_list, $addr_cc, $addr_bcc, $deliveryreceipt, $msgishtml, $errors_to, $moreinheader);
}