Page 1 of 1

Add extra email adre sto ticket with POP

Posted: Tue Nov 27, 2012 7:36 am
by lupolo
Hello,

I have a modification in Hesk so wenn a customer adds a ticket to Hesk i add a extra email adres to it, like the manager from that company. This works great! Only can i use the same fix within the ticket creation with POP?

submit_ticket.php

Code: Select all

$tmpvar['message']=hesk_makeURL($tmpvar['message']);
$tmpvar['message']=nl2br($tmpvar['message']);


if (strpos($tmpvar['email'],'@domein1.nl') !== false && strpos($tmpvar['email'],'user1@domein1.nl') === false ) {$tmpvar['email'].=',user1@domein1.nl';}

Re: Add extra email adre sto ticket with POP

Posted: Tue Nov 27, 2012 3:55 pm
by Klemen
You should be able to do similarly in the "inc/pipe_functions.inc.php" file.