diff --git a/mail/smtp_test.go b/mail/smtp_test.go index e3d193bd..5cd0af8a 100644 --- a/mail/smtp_test.go +++ b/mail/smtp_test.go @@ -1,11 +1,12 @@ package mail import ( - "os" + // "os" "testing" ) func TestSend(t *testing.T) { + /* conf := &SMTPConfig{ Username: "swh@adm***.com", Password: "", @@ -26,4 +27,5 @@ func TestSend(t *testing.T) { } else { t.Log("发送成功") } + */ }