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

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
scanreg
Posts: 30
Joined: Thu Mar 12, 2009 12:54 pm

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

Post 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
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

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

Post by Klemen »

Deleting this code from file inc/pipe_functions.inc.php should do both:

Code: Select all

hesk_notifyCustomer();
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
scanreg
Posts: 30
Joined: Thu Mar 12, 2009 12:54 pm

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

Post by scanreg »

thanks :)
Post Reply