Commit d406622b authored by 顾文旭's avatar 顾文旭

email

parent 665ef140
......@@ -88,7 +88,7 @@ class FileLog
}
if (self::shouldSendEmail(md5($signature)) === true) {
foreach ($mail_to as $mail) {
Email::sendMail('bp-noreply@yidian-inc.com', $mail, $subject, $body);
Email::sendMail('guwenxu@yidian-inc.com', $mail, $subject, $body);
}
}
}
......
......@@ -26,7 +26,7 @@ class Email
return false;
}
if (empty($from)) {
$from = 'bp-noreply@yidian-inc.com';
$from = 'guwenxu@yidian-inc.com';
}
try {
$email = explode('@', $from);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment