Page 1 of 1

how disable send emails

Posted: Fri Jul 15, 2016 1:16 am
by wnolau
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?

Re: how disable send emails

Posted: Fri Jul 15, 2016 12:46 pm
by Klemen
The only way to completely disable email sending would be to modify this code in inc/email_functions.inc.php

Code: Select all

function hesk_mail($to,$subject,$message)
{
to

Code: Select all

function hesk_mail($to,$subject,$message)
{
return true;