chore: remove TestSend temporarily

pull/658/head
roberChen 2021-02-26 22:25:48 +08:00
parent 7b1b320d15
commit de52d39f17
1 changed files with 3 additions and 1 deletions

View File

@ -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("发送成功")
}
*/
}