This commit is contained in:
parent
3a264e7912
commit
5b8d2ffdce
|
@ -43,6 +43,7 @@ func SendRavenIQTestResult(mail *dbstruct.Email, host string, port int, address,
|
|||
return err
|
||||
}))
|
||||
|
||||
logger.Info("host: %v, port: %v, address: %v, password: %v", host, port, address, password)
|
||||
err = gomail.NewDialer(host, port, address, password).DialAndSend(m)
|
||||
if err != nil {
|
||||
logger.Error("Send Email Fail", err)
|
||||
|
|
Loading…
Reference in New Issue