后台评审意见反馈中添加了到westdc邮箱的暗送
This commit is contained in:
parent
703c42f778
commit
c34347d14c
|
@ -1557,6 +1557,7 @@ class Admin_ReviewController extends Zend_Controller_Action
|
||||||
{
|
{
|
||||||
$mail->addTo($v);
|
$mail->addTo($v);
|
||||||
}
|
}
|
||||||
|
$mail->addBcc($this->view->config->service->email);
|
||||||
$mail->setSubject($title);
|
$mail->setSubject($title);
|
||||||
|
|
||||||
if($mail->send())
|
if($mail->send())
|
||||||
|
|
Loading…
Reference in New Issue