fix(email) : include send_mail function
This commit is contained in:
parent
e9e099b18a
commit
53404a7825
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ Merci pour la proposition de ce trajet.
|
|||
En cas de souci avec l’outil 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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue