Hello all. I need to setup a support system which I would like to keep half Web based and half e-mail client based.
Basically, the user request support from a PHP Web form which sends my e-mail address its content and to a MySQL database all the data to keep a tracking system.
The problem is that once the first e-mail is sent, everything else is done via the e-mail client (my answer, the user's answer, and so on), so I lose track of anything related.
What I need is to know if there is a way using PHP to "intercept" e-mails and process them in some way, so that I can break them down in sender, message, etc. and put all the relevant data in the MySQL database.
Thanks in advance for any information!