update mail config
This commit is contained in:
parent
a26995e570
commit
6d032b7820
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue