This commit is contained in:
KANE LAZENI 2026-04-29 17:31:18 +00:00
parent bed3af6a24
commit 3ea0452b3a

View File

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