* code for task#1259.

This commit is contained in:
chencongzhi520@gmail.com
2013-05-05 00:22:53 +00:00
parent 6b78acb6ac
commit 52c2beecbe
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -53,6 +53,7 @@ class mailModel extends model
$config->fromName = 'zentao';
$config->password = '';
$config->debug = 1;
$config->charset = 'utf-8';
if(!isset($config->host)) $config->host = '';
if(!isset($config->auth)) $config->auth = 1;
if(!isset($config->port)) $config->port = '25';