Handle email replies

I want to write a simple program to allow users to submit a message that emails to selected users. I can handle that part. However, I also would like to handle any responses to those generated emails and insert them to a database. Basically a very simple help ticket system that’s able to record responses by email to a submitted ticket. How can I retrieve and handle email responses?

Sponsor our Newsletter | Privacy Policy | Terms of Service