by Robin at 20241015

This commit is contained in:
Leufolium 2024-10-15 16:54:43 +08:00
parent 57f1775a2c
commit 8c4579d749
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ func SendRavenIQTestResult(mail *dbstruct.Email, host string, port int, address,
m := gomail.NewMessage()
m.SetHeader("From", mail.GetFrom(), "心意到了官方")
m.SetHeader("From", mail.GetFrom())
m.SetHeader("To", mail.GetTo())
m.SetHeader("Subject", mail.GetSubject())
m.SetBody("text/html", body.String())