Default category for tickets originated from email pipe

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
ztank
Posts: 36
Joined: Thu Dec 19, 2024 3:59 pm

Default category for tickets originated from email pipe

Post by ztank »

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

Re: Default category for tickets originated from email pipe

Post by Klemen »

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

Code: Select all

$set_category = 1;
4. save 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
Post Reply