From f0e025bec5459b262aa8bb87af42a62a0badb7a9 Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Wed, 3 Sep 2025 20:44:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=9B=91=E6=8E=A7=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=BC=82=E5=B8=B8=E9=82=AE=E7=AE=B1=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=88=90=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E8=AF=BB=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/tool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/tool.go b/handler/tool.go index 14b24b6..a5192ef 100644 --- a/handler/tool.go +++ b/handler/tool.go @@ -441,7 +441,7 @@ func SendMail(title, content string) { em.SmtpPort = 587 em.ImapPort = 993 var targetMails []string - for _, v := proto.Config.MONITOR_MAIL{ + for _, v := range proto.Config.MONITOR_MAIL { targetMails = append(targetMails, v.Value) } if targetMails == nil || len(targetMails) == 0 {