From bed3af6a24e142521cc2d22ef47d440f4e843945 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 29 Apr 2026 17:29:48 +0000 Subject: [PATCH] a --- Cron/Cronenvoimailadhrent.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cron/Cronenvoimailadhrent.php b/Cron/Cronenvoimailadhrent.php index 2ee8182..46634f2 100755 --- a/Cron/Cronenvoimailadhrent.php +++ b/Cron/Cronenvoimailadhrent.php @@ -51,7 +51,12 @@ class Cronenvoimailadhrent var_dump( array( - "c_mail" => $this->email, + "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, ) ); exit;