Version of script: 2.8.2
Hosting company: local
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: "Reply will create new ticket everytime" and reply mail will create new ticket loop"
Write your message below:
Hello All,
I config pop3 fetching on hesk system. But when reply mail from user, it will create new ticket. I have consuted topic viewtopic.php?f=13&t=6375&p=26918&hilit=tracking#p26918
And try edit code on pipe_functions.inc.php
Code: Select all
if (strpos($tmpvar['subject'], 'RE:') === 0)
{
return hesk_cleanExit();
}
I want to ask:
How do I reply to a message when the content is added to the previous ticket?
Thanks so much!