Page 1 of 1

Add Cc field when using "New Ticket" option

Posted: Wed May 22, 2013 11:42 am
by unicorn
Script URL: Internal site
Version of script: 2.4.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: multiple recipient, CC,new ticket etc

Write your message below:
I would like to be able to enter multiple email addresses when using "New Ticket" option. Right now if I enter email address separated by coma(,), it sends mail to the first email alone. How can I add multiple email addresses when creating a new ticket using "new ticket" option?

Re: Add Cc field when using "New Ticket" option

Posted: Wed May 22, 2013 12:58 pm
by jgo564
I had recently encountered the same problem, but I found that in order for the ticket form to recognize the comma to add more than 1 email, you have to enable the function.

In the admin panel, go to Settings > Email tab and in the "Other" section, check "Multiple emails". That'll allow the script to no longer limit the email to only one and recognize the comma as the delimiter.

Re: Add Cc field when using "New Ticket" option

Posted: Wed May 22, 2013 2:37 pm
by Klemen
Exactly, this needs to be enabled in HESK settings. By default, it will ignore all but the first email.

Re: Add Cc field when using "New Ticket" option

Posted: Thu May 23, 2013 6:51 am
by unicorn
Thank you so much jgo564 and Klemen. That worked for me. :-)