turn off auto assign from email piping

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
fbarcenas
Posts: 1
Joined: Thu Jan 08, 2015 4:25 pm

turn off auto assign from email piping

Post by fbarcenas »

I turned on email piping and it takes the new emails and auto assigns them.

I think this is a feature that you should be able to turn off in the control panel. I want to keep auto-assignment on because when people selet a certain department I want to auto assign there.

The new emails coming in are getting auto assigned to people that really don't have anything to do with that email.

Would that be controlled with CATEGORY auto assignment? It's the only thing I still can't understand the mechanism for.

I'd rather the tickets created from emails be un-assigned. That way thay show up to everyone and people just pick what belongs to them or anyone can assign them to a department.
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: turn off auto assign from email piping

Post by Klemen »

The auto-assign isa global setting, it cannot be disabled for email piping only.

What you can do is edit file inc/mail/hesk_pipe.php, just under

Code: Select all

require(HESK_PATH . 'hesk_settings.inc.php');
add

Code: Select all

$hesk_settings['autoassign']=0;
This will override the default setting and turn auto-assign off for piped emails.
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