Page 1 of 1

How stop auto-acknowledgement email when retrieve POP/PIPE ?

Posted: Sun Jan 13, 2013 4:29 pm
by scanreg
Script URL:
Version of script: 2.4.1
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: no acknowledgement email

Write your message below:

how can we disable the acknowledgement email that is automatically sent after running POP or PIPE retrieval?

1. we have paypal emails sent to our helpdesk so it sometimes gets into repetitive back and forth for auto-replies

2. some users think that the acknowledgement means that we have already worked on their issue, they think the issue is already fixed, even though the note says only that we will be addressing their issue shortly

thanks

Re: How stop auto-acknowledgement email when retrieve POP/PI

Posted: Mon Jan 14, 2013 8:09 am
by Klemen
Deleting this code from file inc/pipe_functions.inc.php should do both:

Code: Select all

hesk_notifyCustomer();

Re: How stop auto-acknowledgement email when retrieve POP/PI

Posted: Mon Jan 14, 2013 1:09 pm
by scanreg
thanks :)