* finish task #2273.

This commit is contained in:
wangyidong
2015-09-15 14:40:20 +08:00
parent 90897e53ca
commit 91890ff23b
9 changed files with 347 additions and 16 deletions
+2
View File
@@ -168,6 +168,8 @@ class mailModel extends model
$funcName = "set{$this->config->mail->mta}";
if(!method_exists($this, $funcName)) $this->app->triggerError("The MTA {$this->config->mail->mta} not supported now.", __FILE__, __LINE__, $exit = true);
$this->$funcName();
return $this->mta;
}
/**