support smtp cc

This commit is contained in:
liugq 2023-08-06 11:42:42 +08:00
parent 569543e5ed
commit ce0f6316c1
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ func (act *EmailAction) Execute()([]byte, error){
"subject": act.Subject,
"body": act.Body,
"content_type": act.Data.ContentType,
"cc": act.Data.Recipients.CC,
},
}
emailMsgBytes := util.MustToJSONBytes(emailMsg)