Sending Carbon Copy (CC) while update case

I want to send carbon copy to user one every case update but by default it is not sending email to more than one user.
How can I do it ?

Because of this

https://github.com/salesagility/SuiteCRM/blob/master/modules/AOP_Case_Updates/AOP_Case_Updates.php#L181

… i think it will send to all Contacts linked to the Case. So you can make sure your CC contact is linked to every case (use a Workflow to automate this if necessary).

Or you can just tweak the function that uses that:

https://github.com/salesagility/SuiteCRM/blob/master/modules/AOP_Case_Updates/CaseUpdatesHook.php#L601

Note that there are other functions in that file that send emails (for case creation and case closure).