fix mail prod
This commit is contained in:
parent
5574a0e8aa
commit
f36dd9cf46
1 changed files with 1 additions and 4 deletions
|
@ -80,19 +80,16 @@ En cas de souci avec l’outil numérique, vous pouvez contacter Cyrille Bombard
|
|||
$message_html = nl2br($message);
|
||||
include_once 'tools/contact/libs/contact.functions.php';
|
||||
if (!empty($mail_receiver)) {
|
||||
# send_mail('noreply@yeswiki.pro', 'Outil Circuit Court', $mail_receiver, '[Outil CC] Une nouvelle personne pour votre trajet du '.$date, $message, $message_html);
|
||||
send_mail('noreply@yeswiki.pro', 'Outil Circuit Court', $mail_receiver, '[Outil CC] Une nouvelle personne pour votre trajet du '.$date, $message, $message_html);
|
||||
}
|
||||
$mailProducteur = '';
|
||||
$traj = baz_valeurs_fiche($entry['trajet']);
|
||||
dump($traj);
|
||||
if (!empty($traj)) {
|
||||
$prod = $GLOBALS['wiki']->services->get(EntryManager::class)->getOne($traj['listefiche8producteur'], false, null, true, true);
|
||||
dump($prod);
|
||||
if (!empty($traj)) {
|
||||
$mailProducteur = $prod['bf_mail_prod'] ?? '';
|
||||
}
|
||||
}
|
||||
exit;
|
||||
if (!empty($mailProducteur)) {
|
||||
$messageProd = 'Une nouvelle personne profite d\'un trajet pour aller chez vous le '.$date.'.
|
||||
|
||||
|
|
Loading…
Reference in a new issue