mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-24 20:06:09 +08:00
修正邮件内容格式化
This commit is contained in:
parent
4a5cc68915
commit
36ee91c1cf
@ -29,7 +29,7 @@ class Verify extends MailerService
|
||||
$content = sprintf('验证码:%s,%s 分钟内有效,如非本人操作请忽略。', $code, $minutes);
|
||||
|
||||
$subject = $this->formatSubject($subject);
|
||||
$content = $this->formatSubject($content);
|
||||
$content = $this->formatContent($content);
|
||||
|
||||
return $this->send($email, $subject, $content);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user