Add extra email adre sto ticket with POP
Posted: Tue Nov 27, 2012 7:36 am
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
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';}