|
@@ -43,7 +43,7 @@ class GetKennelDetailWorkCommand extends CConsoleCommand {
|
|
|
$mail->SMTPSecure = 'tls'; // Enable TLS encryption, `ssl` also accepted
|
|
|
$mail->Port = 587; // TCP port to connect to
|
|
|
|
|
|
- $mail->setFrom('1340652578@qq.com', 'Mailer');
|
|
|
+ $mail->setFrom('1340652578@qq.com', '巾帼家政');
|
|
|
$mail->AddAddress('1340652578@qq.com');
|
|
|
$mail->addAttachment(Yii::app()->basePath.'/export/'.$res); // Add attachments
|
|
|
|