From 017ed2cc7da440fd9ec8d614c0fb8fe3fb3e4dc2 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 29 Apr 2026 17:15:25 +0000 Subject: [PATCH] a --- Cron/Cronenvoimailadhrent.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cron/Cronenvoimailadhrent.php b/Cron/Cronenvoimailadhrent.php index a41a6d4..6379ffd 100755 --- a/Cron/Cronenvoimailadhrent.php +++ b/Cron/Cronenvoimailadhrent.php @@ -48,6 +48,11 @@ class Cronenvoimailadhrent // require_once 'Ebenegmail.php'; require '/var/www/Config/Ebenemailer.php'; $this->email = $_SESSION['c_mail']; + + var_dump( + "c_mail" => $this->email; + ); + exit; } public function envoyer_un_des_mail() @@ -78,8 +83,6 @@ class Cronenvoimailadhrent } } - // $this->email->Subject = $this->objet; - // : ".$this->nomProduitSante; $this->email->Subject = $this->objet . " : ".$this->nomProduitSante; $this->email->Body = $this->body;