parent
975f515691
commit
1e2add4b97
|
@ -43,7 +43,7 @@ func ErrorToEmail(subject string, body string) error {
|
||||||
//@return: error
|
//@return: error
|
||||||
|
|
||||||
func EmailTest(subject string, body string) error {
|
func EmailTest(subject string, body string) error {
|
||||||
to := []string{global.GlobalConfig.From}
|
to := []string{global.GlobalConfig.To}
|
||||||
return send(to, subject, body)
|
return send(to, subject, body)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue