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(
|
$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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user