From 62db6c82ec77708e5e5eb3ba615d5f0b7c4fbabb Mon Sep 17 00:00:00 2001 From: Star Date: Thu, 1 May 2025 16:39:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin.go b/plugin.go index 0fcd851..8256f48 100644 --- a/plugin.go +++ b/plugin.go @@ -5,7 +5,6 @@ import ( "encoding/base64" "fmt" "io" - "net/smtp" "strings" "apigo.cc/gojs" @@ -221,7 +220,7 @@ func (obj *Object) Send(vm *goja.Runtime, to []string, subject, content string, InsecureSkipVerify: false, } } - conn.Auth = smtp.PlainAuth("", obj.username, obj.password, obj.smtpHost) + // conn.Auth = smtp.PlainAuth("", obj.username, obj.password, obj.smtpHost) err := conn.DialAndSend(msg) if err != nil {