This commit is contained in:
KANE LAZENI 2026-04-29 17:15:25 +00:00
parent 11452037de
commit 017ed2cc7d

View File

@ -48,6 +48,11 @@ class Cronenvoimailadhrent
// require_once 'Ebenegmail.php'; // require_once 'Ebenegmail.php';
require '/var/www/Config/Ebenemailer.php'; require '/var/www/Config/Ebenemailer.php';
$this->email = $_SESSION['c_mail']; $this->email = $_SESSION['c_mail'];
var_dump(
"c_mail" => $this->email;
);
exit;
} }
public function envoyer_un_des_mail() 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->Subject = $this->objet . " : ".$this->nomProduitSante;
$this->email->Body = $this->body; $this->email->Body = $this->body;