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(
str_replace(
@ -41,7 +41,7 @@ final class Email
(new EmailQueue())->add(
$user->email,
$subject,
'warn.tpl',
'war.tpl',
[
'user' => $user,
'text' => $content,