Mailx

I am trying to write a shell script using the mailx command. My problem is that I want to send an email address in the CC: field. What option can I use with mailx to accomplish this. Any help would be very appreciative.

Straight from the mailx man page:

 mail [-iInv] [-s subject] [-c cc-addr] [-b bcc-addr] to-addr...
 mail [-iInNv] -f [name]
 mail [-iInNv] [-u user]

seems like you have a cc flag already.....