Am I thinking about this wrong? I have POP3 fetching turned on. Tickets get created correctly when a customer sends an email to support@[domain.com] so there's no problem there. When staff replies to a ticket, the customer receives an email letting them know the ticket was replied to. I was thinking the reply would give the customer details of the reply and include the text "------ Reply above this line ------" as I have "strip quoted reply" turned on. The email below is what I get instead. Any help is appreciated!
---------
Dear xxxxx,
Our staff has just replied to your ticket "Test ticket".
You can view the ticket here:
http://10.101.0.100/hesk/ticket.php?tra ... resh=25164
Sincerely,
Helpdesk
http://10.101.0.100
---------
[solved] Replies to customers don't contain detail
Moderator: mkoch227
[solved] Replies to customers don't contain detail
Last edited by ecallenil on Thu Mar 06, 2014 1:56 pm, edited 1 time in total.
Re: Replies to customers don't contain detail
To include the message in email notification, you will need to modify your email templates (use the %%MESSAGE%% tag).
See here for details:
http://www.hesk.com/knowledgebase/index.php?article=35
See here for details:
http://www.hesk.com/knowledgebase/index.php?article=35
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: Replies to customers don't contain detail
I will do that. Thanks for your help!