Write your message below:
Hi,
i want make ticket opened from the offline message of my live helper chat.
The offline message are sended via root@localhost address so.. i want ask if i add a rule if sender is root@localhost use reply to address for open a ticket.
Where i can do this and with code? If is possibile.
Thanks.
|Mark!
Rule for open a ticket from reply to address
Moderator: mkoch227
-
- Posts: 60
- Joined: Mon Jun 17, 2013 4:56 pm
Re: Rule for open a ticket from reply to address
You will need to modify the logic inside inc/pipe_functions.inc.php
I'm afraid such changes are out of scope of my support.
I'm afraid such changes are out of scope of my support.
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: 60
- Joined: Mon Jun 17, 2013 4:56 pm
Re: Rule for open a ticket from reply to address
Ok, thank you and sorry for my noise.
I have read you work for Hesk in free time and user support take a lot of energy and time. I can understand if you can't help me for do that.
If anyone in the forum know how to do.. here is the discussion..
I'm opening ticket from POP3 Fetching and the problem is.. for make ticket open correctly also from the offline message of a live support i need to give to Hesk the instruction for use the reply to addres when the sender is root@localhost
Thanks anyways.
I have read you work for Hesk in free time and user support take a lot of energy and time. I can understand if you can't help me for do that.
If anyone in the forum know how to do.. here is the discussion..
I'm opening ticket from POP3 Fetching and the problem is.. for make ticket open correctly also from the offline message of a live support i need to give to Hesk the instruction for use the reply to addres when the sender is root@localhost
Thanks anyways.
Re: Rule for open a ticket from reply to address
Hi peopleinside_it (are you italian?
)
I don't understand one thing: do you have to open a new ticket when you have a reply to root@localhost or do you have to add to add to an existing one?
I think under line 109 you have all the information that you need (without trackid and attachments). (after this code)

I don't understand one thing: do you have to open a new ticket when you have a reply to root@localhost or do you have to add to add to an existing one?
I think under line 109 you have all the information that you need (without trackid and attachments). (after this code)
Code: Select all
if ( hesk_isReturnedEmail($tmpvar) )
{
return hesk_cleanExit();
}
-
- Posts: 60
- Joined: Mon Jun 17, 2013 4:56 pm
Re: Rule for open a ticket from reply to address
Hi David_ and thanks for your time and attenction to reply to Me.David_ wrote:Hi peopleinside_it (are you italian?)
I don't understand one thing: do you have to open a new ticket when you have a reply to root@localhost or do you have to add to add to an existing one?
I think under line 109 you have all the information that you need (without trackid and attachments). (after this code)
Code: Select all
if ( hesk_isReturnedEmail($tmpvar) ) { return hesk_cleanExit(); }
Yes I'M Italian, sorry if i make many english mistakes.
I want be able to open a webticket from an email who come from offline message of the live helper chat software i use.
When the visitor send an offline message from the live chat a notification e-mail with the visitor message is sended to my address but from address root@localhost so ticket are opened with address root@localhost
I need to set a role that can check if sender is root@localhost the email address with open the ticket is the reply to address.. and i don't know how to do that..
Re: Rule for open a ticket from reply to address
people you have a pm 

-
- Posts: 60
- Joined: Mon Jun 17, 2013 4:56 pm
Re: Rule for open a ticket from reply to address
Thanks, for now not solved yet.