This commit is contained in:
KANE LAZENI 2026-04-30 10:52:45 +00:00
parent 4013f9e7f8
commit fa5f26e69e

View File

@ -82,6 +82,7 @@ class Cronenvoimailadhrent
$this->email->addCC(trim($cc) ); $this->email->addCC(trim($cc) );
} }
} }
}
$this->email->Subject = $this->objet . " : ".$this->nomProduitSante; $this->email->Subject = $this->objet . " : ".$this->nomProduitSante;
$this->email->Body = $this->body; $this->email->Body = $this->body;