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;