fix(email) : expéditeur plus complet
This commit is contained in:
parent
c3f04d87c2
commit
e9e099b18a
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ class ReservationField extends BazarField
|
|||
//$u[] = $user["email"];
|
||||
if (!empty($user["email"])) {
|
||||
include_once 'tools/contact/libs/contact.functions.php';
|
||||
send_mail('noreply@yeswiki.pro', 'Outil CC', $user["email"], '[Outil CC] un nouveau trajet pour '.$producteur['bf_titre'].' le '.$date, $message , $message_html);
|
||||
send_mail('noreply@yeswiki.pro', 'Outil Circuit Court', $user["email"], '[Outil CC] un nouveau trajet pour '.$producteur['bf_titre'].' le '.$date, $message , $message_html);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue