how disable send emails

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
wnolau
Posts: 1
Joined: Fri Jul 15, 2016 1:09 am

how disable send emails

Post 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?
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: how disable send emails

Post 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;
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