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