Add Cc field when using "New Ticket" option

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
unicorn
Posts: 5
Joined: Wed May 22, 2013 11:38 am

Add Cc field when using "New Ticket" option

Post 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?
jgo564
Posts: 8
Joined: Tue May 21, 2013 3:58 pm

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

Post 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.
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

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

Post by Klemen »

Exactly, this needs to be enabled in HESK settings. By default, it will ignore all but the first email.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
unicorn
Posts: 5
Joined: Wed May 22, 2013 11:38 am

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

Post by unicorn »

Thank you so much jgo564 and Klemen. That worked for me. :-)
Post Reply