I am developing a site with osTicket v1.9.8 ticket system, which works fine, but I would like to know how to accomplish Thread Mail Structure while Agent or admin post a reply back to customer.
i.e When osticket admin post a reply back to customer, the mail should contain the following:
- Reply text
- Original thread message posted by customer (Question).And if there was any conversations made between them. It should be also listed. (just Like thread mail structure or similar to support mail replies).
These are the steps that I have done so far:
- I have disabled Strip Quoted Reply check box in settings.php(Admin Panel->Settings->Email)
- When admin Post reply to the ticket, the select box for response shows two options 1:Original Message- when selected will append only the original thread message posted by customer in reply Textarea box. 2:Last Message- when selected will only append the last message in reply Textarea box.
How do I bring entire conversation in Textarea box or in reply mail.
btw,I tried to post question in their forum page. But couldn't find how to post a new one.
Thanks in advance.