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,
|
"subject": act.Subject,
|
||||||
"body": act.Body,
|
"body": act.Body,
|
||||||
"content_type": act.Data.ContentType,
|
"content_type": act.Data.ContentType,
|
||||||
|
"cc": act.Data.Recipients.CC,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
emailMsgBytes := util.MustToJSONBytes(emailMsg)
|
emailMsgBytes := util.MustToJSONBytes(emailMsg)
|
||||||
|
|
Loading…
Reference in New Issue