Merge pull request 'by Robin at 20241015' (#754) from feat-IRONFANS-210-Robin into test

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/754
This commit is contained in:
chenhao 2024-10-15 16:55:18 +08:00
commit 5307e9b30c
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 := gomail.NewMessage()
m.SetHeader("From", mail.GetFrom(), "心意到了官方") m.SetHeader("From", mail.GetFrom())
m.SetHeader("To", mail.GetTo()) m.SetHeader("To", mail.GetTo())
m.SetHeader("Subject", mail.GetSubject()) m.SetHeader("Subject", mail.GetSubject())
m.SetBody("text/html", body.String()) m.SetBody("text/html", body.String())