This commit is contained in:
KANE LAZENI 2026-03-18 13:59:25 +00:00
parent b8bf28949b
commit 051a610451

View File

@ -106,13 +106,12 @@ class Cronenvoimailadhrent
{
$this->idMail = $un_mail['idMail'];
$this->emailDestination = $un_mail['email'];
$this->emailDestination = $un_mail['email'];
$this->objet = $un_mail['objet'];
$this->body = $un_mail['message'];
/*
var_dump($un_mail);
echo "<br> <br> <br>";
*/
$this->envoyer_un_des_mail();