From 0f1e4138ece7b7003c3129b98923f33e75b0e5df Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Tue, 30 Dec 2025 19:23:17 +0800 Subject: [PATCH] no message --- src/Services/Mail/Smtp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Mail/Smtp.php b/src/Services/Mail/Smtp.php index ef7babb1f..bfc7a2e42 100755 --- a/src/Services/Mail/Smtp.php +++ b/src/Services/Mail/Smtp.php @@ -69,7 +69,7 @@ final class Smtp extends Base // echo '发送成功'; } - echo $sMsg; +// echo $sMsg; file_put_contents('mail_log/'.date('Y-m-d').'.txt', date('Y-m-d H:i:s') . " - $sMsg" . $to . PHP_EOL, FILE_APPEND); }