no message
This commit is contained in:
parent
b45114121d
commit
389478cb61
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user