support smtp cc
This commit is contained in:
parent
569543e5ed
commit
ce0f6316c1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue