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
E-Mail Notification
Moderator: mkoch227
Re: E-Mail Notification
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 add
4. save, upload and test
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;
Code: Select all
$hesk_settings['notify_new']=0;
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: 3
- Joined: Thu Jul 29, 2021 10:57 am
Re: E-Mail Notification
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
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
Re: E-Mail Notification
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 
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