Are there any options that can be passed with email piping, such as determining the category, sender, reply to, etc.
I'm starting from another form and want to create a categorized ticket on behalf of that user (form submission). If I send a message to HESK it just creates a generic ticket with the raw contents of the email in the form.
I can populate everything the way I need it with http $post, but I'm trying to do this myself, not redirect the user to pre-populated web form for them to have to submit it.
In other words, is it possible to pre-define all those things that you can with $post url encoding, except through piping, so tickets can be generated based on input from another source?
Piping options?
Moderator: mkoch227
Re: Piping options?
Well the easiest way to do it would be to:
1. create a copy of hesk_pipe.php
2. ticket category and priority can be modified inside it (see under OPTIONAL MODIFICATIONS inside the copied file)
3. pipe your form to the copied file
If you want any further or more specific modifications you will need to dive into the source code.
1. create a copy of hesk_pipe.php
2. ticket category and priority can be modified inside it (see under OPTIONAL MODIFICATIONS inside the copied file)
3. pipe your form to the copied file
If you want any further or more specific modifications you will need to dive into the source code.
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
Re: Piping options?
Thanks. I wasn't totally sure to what detail piping. Now I know where to start. Parse the first line of the email message similarly to how $post is handled.
Is the entire process handled within hesk_pipe.php? Could I use a duplicate, and email to which ever one I want?
Is the entire process handled within hesk_pipe.php? Could I use a duplicate, and email to which ever one I want?
Re: Piping options?
You can use as many copies as you need.
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