fix(email) : include send_mail function

This commit is contained in:
Florian Schmitt 2023-11-09 14:44:49 +03:00
parent e9e099b18a
commit 53404a7825

View file

@ -78,6 +78,7 @@ Merci pour la proposition de ce trajet.
En cas de souci avec loutil numérique, vous pouvez contacter Cyrille Bombard au 06 63 28 13 11 ou par mail à cyrille.bombard@wision.info';
$message_html = nl2br($message);
if (!empty($mail_receiver)) {
include_once 'tools/contact/libs/contact.functions.php';
send_mail('noreply@yeswiki.pro', 'Outil Circuit Court', $mail_receiver, '[Outil CC] Une nouvelle personne pour votre trajet du '.$date, $message , $message_html);
}
}