disable customer email notifications

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
dr_patso
Posts: 192
Joined: Tue May 15, 2012 3:23 am

disable customer email notifications

Post by dr_patso »

I was about to ask this question and I believe I discovered the solution.

use notepad++ and use find in files function (a tab after hitting ctrl+f)

search for "hesk_notifyCustomer();" and comment all hesk_notifyCustomer code.

C:\wamp\www\admin\admin_reply_ticket.php (1 hit)
Line 261: hesk_notifyCustomer('new_reply_by_staff');
C:\wamp\www\admin\admin_submit_ticket.php (1 hit)
Line 259: // hesk_notifyCustomer();
C:\wamp\www\inc\email_functions.inc.php (2 hits)
Line 50: function hesk_notifyCustomer($email_template = 'new_ticket')
Line 69: } // END hesk_notifyCustomer()
C:\wamp\www\inc\pipe_functions.inc.php (1 hit)
Line 316: hesk_notifyCustomer();
C:\wamp\www\submit_ticket.php (1 hit)
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: disable customer email notifications

Post by Klemen »

Good find :wink:
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
Post Reply