* finish task #3088.

This commit is contained in:
wangyidong
2017-08-23 14:55:49 +08:00
parent 0ee04f80d1
commit 094c960bf4
51 changed files with 225 additions and 19 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ class mail extends control
}
}
$this->mail->send($this->post->to, $this->lang->mail->subject, $this->lang->mail->content, "", true);
$this->mail->send($this->post->to, $this->lang->mail->testSubject, $this->lang->mail->testContent, "", true);
if($this->mail->isError())
{
$this->view->error = $this->mail->getError();