no message

This commit is contained in:
hellcat 2025-06-28 21:57:09 +08:00
parent b45114121d
commit 389478cb61

View File

@ -21,7 +21,7 @@ final class Email
$text = "主域名fuuu.cloud被封禁已更换为fuuuu.cloud多一个u"; $text = "<br>主域名fuuu.cloud被封禁已更换为fuuuu.cloud多一个u";
$content = strip_tags( $content = strip_tags(
str_replace( str_replace(
@ -41,7 +41,7 @@ final class Email
(new EmailQueue())->add( (new EmailQueue())->add(
$user->email, $user->email,
$subject, $subject,
'warn.tpl', 'war.tpl',
[ [
'user' => $user, 'user' => $user,
'text' => $content, 'text' => $content,