From 140ea0c61b9518ee8370a251f71f5f17ac0e0132 Mon Sep 17 00:00:00 2001 From: xcsoft Date: Tue, 13 Sep 2022 21:48:39 +0800 Subject: [PATCH] Update config.php --- config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.php b/config.php index 51ac002..3fb6723 100644 --- a/config.php +++ b/config.php @@ -8,6 +8,8 @@ define("TITLE","TimeMail - 给未来写封信"); //网站名称 +define("DEBUG", false); + define('EMAIL_SET',array( 'key' => 'rand', //随机值 'smtp' => 'smtp.exmail.qq.com', //SMTP 用户名 即邮箱的用户名 @@ -32,7 +34,7 @@ $conns = mysqli_connect(DATABASE[0],DATABASE[1],DATABASE[2],"information_schema"); -define("EMAILAPI",URL . "email/emailsend.php"); +define("EMAILAPI", URL . "email/emailsend.php"); /* function