Files
crawlab/backend/services/notification/mail.go
2020-01-13 15:57:29 +08:00

8 lines
94 B
Go

package notification
import "github.com/matcornic/hermes"
func SendMail() error {
hermes
}