Copy emails to administrator
Posted: Mon Mar 25, 2013 5:21 pm
HESK version: 2.4.2 - Check for updates
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:
Also, I have noticed that replies and ticket closings are not copying the ticket owner. Is that a simple tweak to add too? It may just be discomfort with the process in the beginning and that may pass.
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';