Ideally the system should be open-source so that I could fine tune it with time and add very specific functions. It would be great if it was written in MVC but Asp.Net web forms would also be ok. I need the system to look for incoming messages to a certain email account and add them to the system. I will also want to write a script to import all previously received emails into the system. I am now looking into the system "sinergia": http://help-desk-framework.blogspot.com/
Did someone work with this? Is there something more active and with more functions?
I think this system doesn't create tickets automatically using emails from a certain account, but I might be wrong.
Edit: Looking more at the competition I found that OTRS has more functionalities out of the box. and I am thinking I could write my additional functionalities in C# in web services and call those functions from Perl. Do you think this is easy to do? will I encounter problems? I didn't find a guide on how to do this, and in stackoverflow people didn't reply to this same question:
https://stackoverflow.com/questions/4538049/using-web-service-from-otrs
Maybe it's too difficult?