Page 1 of 1

Stop pop3 tickets from receiving "Ticket Received:" emails

Posted: Mon Feb 17, 2014 5:01 pm
by justins
Write your message below:
Hi,
I'm trying to stop customers from getting the "Ticket Received:" notification and I was able to turn it off for submissions received via the web form hosted on my site a while ago but I started letting people email me tickets now and for some reason, the email is still going out to people who send tickets via email that I import via the POP3 import method.

If anyone could show me the line of code to edit in order to stop the email from going out to the pop3 imports, I'd be very grateful.

Thanks,
Justin

Re: Stop pop3 tickets from receiving "Ticket Received:" emai

Posted: Tue Feb 18, 2014 2:05 pm
by Tinydan
In inc/pipe_functions.inc.php you need to find:

Code: Select all

hesk_notifyCustomer()
and comment it out so it'll look like:

Code: Select all

//hesk_notifyCustomer()
that should stop any tickets coming through via email getting the ticket received notification.

Re: Stop pop3 tickets from receiving "Ticket Received:" emai

Posted: Tue Feb 18, 2014 3:06 pm
by justins
Worked perfectly.. Thanks a million.