update mail config

This commit is contained in:
jack 2018-07-20 15:08:44 +08:00
parent a26995e570
commit 6d032b7820
2 changed files with 4 additions and 3 deletions

View File

@ -45,10 +45,11 @@ reportemail=westdc-report-subscribe@lists.westgis.ac.cn
smtp.username=poles@itpcas.ac.cn smtp.username=poles@itpcas.ac.cn
smtp.password=Poles@2018 smtp.password=Poles@2018
smtp.host=smtp.cstnet.cn smtp.host=mail.cstnet.cn
smtp.ssl=TLS smtp.ssl=TLS
smtp.port=465
smtp.auth=login smtp.auth=login
smtp.name=数据中心服务组 smtp.name=时空三极
ftp.user=newwestdc ftp.user=newwestdc
ftp.password=westdcforsmall ftp.password=westdcforsmall

View File

@ -46,7 +46,7 @@ class Mail
$this->conf->host = $this->config->smtp->host; $this->conf->host = $this->config->smtp->host;
$this->conf->username = $this->config->smtp->username; $this->conf->username = $this->config->smtp->username;
$this->conf->password = $this->config->smtp->password; $this->conf->password = $this->config->smtp->password;
$this->conf->port = 994; $this->conf->port = $this->config->smtp->port;
$this->conf->ssl = $this->config->smtp->ssl; $this->conf->ssl = $this->config->smtp->ssl;
$this->conf->auth = $this->config->smtp->auth; $this->conf->auth = $this->config->smtp->auth;
$this->conf->name = $this->config->smtp->name; $this->conf->name = $this->config->smtp->name;