update mail configure

This commit is contained in:
jack 2018-07-20 13:05:41 +08:00
parent d3217b11ce
commit a26995e570
1 changed files with 1 additions and 1 deletions

View File

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