From c0a582b00b49a9f495dc706966befc34d77b7db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=B0=8F=E7=99=BD=E5=93=A6?= Date: Mon, 1 Dec 2025 12:17:10 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20config.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 7296ebc..ff40091 100644 --- a/config.php +++ b/config.php @@ -26,7 +26,7 @@ define('API_KEY_LENGTH', 32); define('SMTP_HOST', 'EHOST'); define('SMTP_PORT', NUM); define('SMTP_USERNAME', 'EUSER'); -define('SMTP_PASSWORD', 'PASS'); +define('SMTP_PASSWORD', 'EPASS'); define('SMTP_FROM_EMAIL', 'FUSER'); define('SMTP_FROM_NAME', 'FNAME'); define('SMTP_SECURE', 'SECURE');