From 7623e900ca846d915454a0fad88fe8b0ff2512ce Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Thu, 10 Jul 2025 14:22:15 +0800 Subject: [PATCH] no message --- src/Services/Tg/Hook/Mod/Mail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Services/Tg/Hook/Mod/Mail.php b/src/Services/Tg/Hook/Mod/Mail.php index ad079780..ce57f158 100644 --- a/src/Services/Tg/Hook/Mod/Mail.php +++ b/src/Services/Tg/Hook/Mod/Mail.php @@ -59,10 +59,10 @@ final class Mail $i = 0; foreach ($users as $user) { - (new EmailQueue())->add_bulk( + (new EmailQueue())->add( $user->email, $subject, - 'war.tpl', + 'tip.tpl', // 注意切换模版 [ 'user' => $user, 'text' => $content,