Sending e-mail based on form select field value

I’m working with a contact form and I’m trying to have it set the “cc” based on a dropdown category in the form.

This way I get a copy (I’m in the to: field) and the appropriate person gets the e-mail also based on the dropdown. (I have the dropdown show a category and the value return their e-mail)

The value of the dropdown sets the cc e-mail but it would also be nice to include the “title” value from the dropdown. Is that possible?