This commit is contained in:
2026-04-30 08:43:58 +00:00
parent 5cd82ba0d5
commit f00a589874
9 changed files with 17 additions and 30 deletions

View File

@@ -12,8 +12,8 @@ class Emaildiverspj
public function __construct()
{
$this->destinataire = new Destinataire();
require_once 'Ebenegmail.php';
$this->mail_C = $mail;
require '/var/www/Config/Ebenemailer.php';
$this->mail_C = $_SESSION['c_mail'];
}
public function excutercron()