mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-20 02:37:59 +08:00
chore: remove TestSend temporarily
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
package mail
|
package mail
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"os"
|
// "os"
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestSend(t *testing.T) {
|
func TestSend(t *testing.T) {
|
||||||
|
/*
|
||||||
conf := &SMTPConfig{
|
conf := &SMTPConfig{
|
||||||
Username: "swh@adm***.com",
|
Username: "swh@adm***.com",
|
||||||
Password: "",
|
Password: "",
|
||||||
@@ -26,4 +27,5 @@ func TestSend(t *testing.T) {
|
|||||||
} else {
|
} else {
|
||||||
t.Log("发送成功")
|
t.Log("发送成功")
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user