1
This commit is contained in:
parent
f8c94c32b7
commit
64326e169b
5
server/backtask/service/mail.go
Normal file
5
server/backtask/service/mail.go
Normal file
@ -0,0 +1,5 @@
|
||||
package service
|
||||
|
||||
func SendSysMail(uniKey string, to string, subject string, content string, expireTime int32, tag1 int32, tag2 int32) bool {
|
||||
return true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user