update mail configure
This commit is contained in:
parent
d3217b11ce
commit
a26995e570
|
@ -56,7 +56,7 @@ class Mail
|
|||
{
|
||||
$mail_config = array(
|
||||
'ssl' => $this->conf->ssl,
|
||||
//'port' => $this->conf->port,
|
||||
'port' => $this->conf->port,
|
||||
'auth' => $this->conf->auth,
|
||||
'username' => $this->conf->username,
|
||||
'password' => $this->conf->password
|
||||
|
|
Loading…
Reference in New Issue