This commit is contained in:
KANE LAZENI 2026-04-29 17:29:48 +00:00
parent f8ecd71cb1
commit bed3af6a24

View File

@ -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;