I need to collect user opinion about software

I wrote a small .NET Windows Forms application. And now I am determined to get opinions or comments from users. The user write something in an entry form and click the Send button. I want to take the easiest way. I do not want to host any web or other applications for data collection. Also, I do not have a database. Nothing. I just want to know what people think of the application. How would you?
