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
Stop pop3 tickets from receiving "Ticket Received:" emails
Moderator: mkoch227
Re: Stop pop3 tickets from receiving "Ticket Received:" emai
In inc/pipe_functions.inc.php you need to find: and comment it out so it'll look like: that should stop any tickets coming through via email getting the ticket received notification.
Code: Select all
hesk_notifyCustomer()
Code: Select all
//hesk_notifyCustomer()
Re: Stop pop3 tickets from receiving "Ticket Received:" emai
Worked perfectly.. Thanks a million.