Changing Hesk from emailing replies

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
ruffmeister
Posts: 48
Joined: Wed Jun 16, 2010 2:52 pm

Changing Hesk from emailing replies

Post by ruffmeister »

Script URL:
Version of script: 2.3


Write your message below:
Is it possible to turn off email replies at all?
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: Changing Hesk from emailing replies

Post by Klemen »

To turn off all emails you can find this code in inc/email_function.inc.php

Code: Select all

function hesk_mail($to,$subject,$message)
{
and just below that add

Code: Select all

return true;
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
ruffmeister
Posts: 48
Joined: Wed Jun 16, 2010 2:52 pm

Re: Changing Hesk from emailing replies

Post by ruffmeister »

hi there - i still want call logged emails but not to send an email whena reply is added
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: Changing Hesk from emailing replies

Post by Klemen »

For staff, customers or both?
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
ruffmeister
Posts: 48
Joined: Wed Jun 16, 2010 2:52 pm

Re: Changing Hesk from emailing replies

Post by ruffmeister »

both please
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: Changing Hesk from emailing replies

Post by Klemen »

In that case you would have to search HESK files and delete (or comment out by adding # before the line) all lines starting with:

hesk_notifyCustomer

hesk_notifyAssignedStaff

hesk_notifyStaff

In all files except submit_ticket.php and admin_submit_ticket.php!
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