Script URL:
Version of script: 2.3
Write your message below:
Is it possible to turn off email replies at all?
Changing Hesk from emailing replies
Moderator: mkoch227
Re: Changing Hesk from emailing replies
To turn off all emails you can find this code in inc/email_function.inc.php and just below that add
Code: Select all
function hesk_mail($to,$subject,$message)
{
Code: Select all
return true;
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
-
- Posts: 48
- Joined: Wed Jun 16, 2010 2:52 pm
Re: Changing Hesk from emailing replies
hi there - i still want call logged emails but not to send an email whena reply is added
Re: Changing Hesk from emailing replies
For staff, customers or both?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
-
- Posts: 48
- Joined: Wed Jun 16, 2010 2:52 pm
Re: Changing Hesk from emailing replies
both please
Re: Changing Hesk from emailing replies
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!
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 
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


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