This commit is contained in:
Leufolium 2024-10-17 20:05:31 +08:00
parent 3a264e7912
commit 5b8d2ffdce
1 changed files with 1 additions and 0 deletions

View File

@ -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)