From 2a163b88e2a93e110e2d38e31cfa71feb3c98587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Fri, 28 Mar 2025 20:28:05 +0800 Subject: [PATCH] Update diy.php --- src/apps/diy.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/apps/diy.php b/src/apps/diy.php index 380b7158..05dc8700 100755 --- a/src/apps/diy.php +++ b/src/apps/diy.php @@ -98,8 +98,6 @@ if ($action == 'post') { require_once(DEDEINC.'/libraries/mail.class.php'); $smtp = new smtp($cfg_smtp_server, $cfg_smtp_port, true, $cfg_smtp_usermail, $cfg_smtp_password); $smtp->debug = false; - //除了cfg_adminemail接收邮件外,自定义发送其他指定邮件,恢复注释代码使用 - //$cfg_smtp_usermail2 = "admin@qq.com"; $smtp->sendmail($cfg_adminemail, $cfg_webname, $cfg_smtp_usermail, $mailtitle, $mailbody, $mailtype); } else { @mail($cfg_adminemail, $mailtitle, $mailbody, $headers);