From 817ec0059d738b8bc1f26a84b049cb89a1fcd2c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Thu, 19 Jun 2025 22:56:54 +0800 Subject: [PATCH] =?UTF-8?q?PHPMailer=E4=BD=BF=E7=94=A8=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/utils/MsgNotice.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/utils/MsgNotice.php b/app/utils/MsgNotice.php index b4ff64b..4e9b2e4 100644 --- a/app/utils/MsgNotice.php +++ b/app/utils/MsgNotice.php @@ -1,7 +1,7 @@ setLanguage('zh_cn', app()->getRootPath().'vendor/phpmailer/phpmailer/language/'); try { $mail->SMTPDebug = 0; $mail->CharSet = 'UTF-8';