I try to integrate OTRS directly on my website (without OTRS perl backend, with SOAP, PHP, MYSQL) but the task is hard ...
I need to improve OTRS running way, specially I want Customer answering ONLY thought their account on my website, not by email.
To do that, when agent answer to a customer (who have opened a ticket and written an article via his account [done

Then, when the customer click on the email link, after login (not the question here) need to see articles history [done] AND the last agent answer.
The problem is double :
- If I stop sending email in OTRS setting, my customer never be informed my agent answer to him, so i can't
- If i don't, the sending email get the agent answer inside himself, that is not good because customer will simply click on "answer" button, that's not what i want
- When I get articles content (with php + SOAP) I wanna have only the agent answer, not the sent email. Now i have all the "a_body" article (a_body is the sql name), with signatures, and maybe link etc etc
Anybody have a begin of idea how to achieve that? I think this is a very good way of using OTRS for esupport.
(for example, Kayako Support suite, which is used in http://www.reliablehosting.com , works like that, and that is very good)
Thanks a lot, all questions/answers/ideas are welcome