From aaadc3aa8b8af701df8c8c1ff03e4cab1f9914ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=83=A1?= <3203164629@qq.com> Date: Wed, 10 Jul 2024 02:19:48 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=82=AE=E4=BB=B6=E5=A4=B4?= =?UTF-8?q?=E9=83=A8=E6=95=88=E6=9E=9C=EF=BC=8C=E5=A2=9E=E5=8A=A0=E7=BD=91?= =?UTF-8?q?=E7=AB=99=E5=90=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 小胡 <3203164629@qq.com> --- core/function/function_mail.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/core/function/function_mail.php b/core/function/function_mail.php index a0f2555..2cb2622 100644 --- a/core/function/function_mail.php +++ b/core/function/function_mail.php @@ -27,7 +27,7 @@ function sendmail($toemail, $subject, $message, $from = '') { if(!$_G['setting']['bbclosed']){ $sitelogo=$_G['setting']['sitelogo']?'index.php?mod=io&op=thumbnail&size=small&path='.dzzencode('attach::'.$_G['setting']['sitelogo']):'static/image/common/logo.png'; }else{ - $sitelogo = 'static/image/common/logo.png'; + $sitelogo='static/image/common/logo.png'; } $message = << @@ -42,11 +42,12 @@ function sendmail($toemail, $subject, $message, $from = '') { -
- +

+ + $sitename -

+

@@ -307,4 +308,4 @@ function sendmail_touser($touid, $subject, $message, $mailtype='') { return false; } -?> +?> \ No newline at end of file