From 3ea0452b3aa05e07ccfe87ed4b1a690bf3d29ab5 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 29 Apr 2026 17:31:18 +0000 Subject: [PATCH] a --- Cron/Cronenvoimailadhrent.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cron/Cronenvoimailadhrent.php b/Cron/Cronenvoimailadhrent.php index 46634f2..1408823 100755 --- a/Cron/Cronenvoimailadhrent.php +++ b/Cron/Cronenvoimailadhrent.php @@ -53,10 +53,10 @@ class Cronenvoimailadhrent array( "SESSION_c_mail" => $_SESSION['c_mail'], // "c_mail" => $this->email, - "Host" => $this->mail->Host, - "Username" => $this->mail->Username, - "Password" => $this->mail->Password, - "Port" => $this->mail->Port, + "Host" => $this->email->Host, + "Username" => $this->email->Username, + "Password" => $this->email->Password, + "Port" => $this->email->Port, ) ); exit;