|
@@ -49,6 +49,7 @@ class GetKennelDetailWorkCommand extends CConsoleCommand {
|
|
|
$mail->setFrom('insur_zhq1@163.com', 'JinGuo365');
|
|
|
$mail->AddAddress('sh.zhq@163.com');
|
|
|
$mail->AddAddress('511276154@qq.com');
|
|
|
+ $mail->AddAddress('1340652578@qq.com');
|
|
|
$mail->addAttachment(Yii::app()->basePath.'/export/'.$res); // Add attachments
|
|
|
|
|
|
$mail->isHTML(true); // Set email format to HTML
|