Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
For HESK ticketing tool, customer getting email while we updating on tickets, but they are receiving every email notification as new mail .
we expecting that, they should get all email notification on same email chain for each tracking id.
Any possibilities are there?
we tried below steps also to change subject line is same for all email notifications. even though new email only coming for same trackid.
https://www.hesk.com/knowledgebase/index.php?article=66
Hesk, All EMail shall we get on same email chain
Moderator: mkoch227
Re: Hesk, All EMail shall we get on same email chain
To be on the same email chain on Gmail (and similar), you would most likely need to store email IDs in the database, and include the email IDs in the "In-reply-to:" email header.
This is not something supported in Hesk at the moment so you would have to manually code it.
This is not something supported in Hesk at the moment so you would have to manually code it.
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: Hesk, All EMail shall we get on same email chain
Thanks you very much for your reply!!!