mirror of https://github.com/mindoc-org/mindoc.git
chore: remove TestSend temporarily
parent
7b1b320d15
commit
de52d39f17
|
@ -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("发送成功")
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue