a
This commit is contained in:
parent
bed3af6a24
commit
3ea0452b3a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user