Version of script: 2.6.7
Hosting company: Godaddy
Friends.
I need help.
I want to turn off sending any email to users and customers, at least for now.
I have unbox the options in settings / email, but still sending.
»Notify customers when [?]
A new support ticket was sent
The support ticket was marked as Resolved
What do I do?
how disable send emails
Moderator: mkoch227
Re: how disable send emails
The only way to completely disable email sending would be to modify this code in inc/email_functions.inc.php to
Code: Select all
function hesk_mail($to,$subject,$message)
{
Code: Select all
function hesk_mail($to,$subject,$message)
{
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