From ce96ce9358aaee8b3c388ca85a1592509914d8b4 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Fri, 6 Oct 2023 15:22:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=82=AE=E4=BB=B6=E5=8F=91?= =?UTF-8?q?=E9=80=81=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Common/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Common/functions.php b/app/Common/functions.php index c338f2e..5ee5d74 100644 --- a/app/Common/functions.php +++ b/app/Common/functions.php @@ -1154,7 +1154,7 @@ function sendEmailCode($email, $scene = 'verify_code') // } $code = getCode(); Mail::send('emails.verify_code', ['code' => $code], function ($message) use (&$email) { - $message->to($email, 'XUSexchange')->subject('XUSexchange'); + $message->to($email, 'PNECoin')->subject('PNECoin'); }); //dd(Mail::failures()); if (Mail::failures()) { return '发送失败';