I see tickets originated by email piping always belong to the same category regardless the fact I move that category at the bottom of the list.
Is this expected? Can I change this behavior?
Thanks.
Default category for tickets originated from email pipe
Moderator: mkoch227
Re: Default category for tickets originated from email pipe
They always go into category ID 1.
If you wish to change this, you will need to modify file /inc/mail/hesk_imap.php (or hesk_pipe.php or hesk_pop3.php, depending on what you use) :
1. backup the file
2. open it in a powerful text editor, such as the free Notepad++
3. change the value of
4. save and test
If you wish to change this, you will need to modify file /inc/mail/hesk_imap.php (or hesk_pipe.php or hesk_pop3.php, depending on what you use) :
1. backup the file
2. open it in a powerful text editor, such as the free Notepad++
3. change the value of
Code: Select all
$set_category = 1;
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