This commit is contained in:
parent
54bbcf331e
commit
00eca63c57
|
@ -30,7 +30,7 @@ func SendRavenIQTestResult(mail *dbstruct.Email, address, password string) error
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
attachName := fmt.Sprintf("测评结果.%v", format[:6])
|
attachName := fmt.Sprintf("测评结果.%v", format[6:])
|
||||||
|
|
||||||
m := gomail.NewMessage()
|
m := gomail.NewMessage()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue