E-Mail Notification

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
benny121312
Posts: 3
Joined: Thu Jul 29, 2021 10:57 am

E-Mail Notification

Post by benny121312 »

I want to Turn Off the Notification of a Created Ticket that Hesk get via Imap.
So the Customer dont get the E-Mail that a Ticket was Created.
Is This Possible?

Thx
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: E-Mail Notification

Post by Klemen »

You can disable all new ticket notifications in Admin > Settings > Email > Notify customers when:

To turn it off for IMAP fetched tickets only, you will need to modify file in/mail/hesk_imap.php:
1. backup old file
2. open it in Notepad++
3. just below

Code: Select all

$set_priority = -1;
add

Code: Select all

$hesk_settings['notify_new']=0;
4. save, upload and test
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
benny121312
Posts: 3
Joined: Thu Jul 29, 2021 10:57 am

Re: E-Mail Notification

Post by benny121312 »

thx that was it.

Antoher question.. i want if i answer a ticket as a stuff, that the customer will see this:

---------please answer above this line------------
Dear...

message

signature

but i cant get the please answer.. that everything underneath it will delete in the ticket. If you understand what i mean.

Thx
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: E-Mail Notification

Post by Klemen »

Sorry, can you explain a bit more about what exactly you want and what happens instead?
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