修改邮件配置

This commit is contained in:
Li Jianxuan 2014-03-21 01:49:39 +00:00
parent dd87964ad7
commit 0541138063
1 changed files with 31 additions and 31 deletions

View File

@ -13,12 +13,12 @@
return array( return array(
'config' => array( 'config' => array(
'host' => 'smtp.126.com', 'host' => 'smtp.exmail.qq.com',
'hostname' => 'smtp.126.com', 'hostname' => 'smtp.exmail.qq.com',
'username' => 'sjydata@126.com', 'username' => 'service@qherc.org',
'password' => 'xiningpwd126', 'password' => 'qherc@123',
'port' => 994, 'port' => 465,
'ssl' => 'tls', 'ssl' => 'ssl',
'auth' => 'login', 'auth' => 'login',
'name' => '青海省生态综合数据网' //发件人 'name' => '青海省生态综合数据网' //发件人
), ),