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;