PHP version: 5.2.17
MySQL version: 5.5.30-cll
What terms did you try when SEARCHING for a solution:
email, carbon copy, CC,
Write your message below:
I would like two things. It should be easy so I thought someone else had done this. I would like to copy a team email address for all assigned tickets so they see that they were assigned. a simple CC to the help desk, so to speak. I tried this, but it does not seem to work in the email_functions.inc.php:
Code: Select all
/* Generate message or add email to the list of recepients */
if ($admin['language'] == $current_language)
{
/* We already have the message, just add email to the recipients list */
$recipients[] = $admin['email'];
$recipients[] = 'support@domain.com';