I'm hoping that there is a way to store and categorize emails from a POP/IMAP account into a MYSQL database.
My plan is to send a message from php with a project number embedded. When the recipient replies, the message would be categorized and saved to a DB.
Are there any methods to add a field to an email message?
I did a quick test by adding a mime header (ProjectNo: 1234) but when I send a reply the header isn't included.
Any ideas?
Thanks,
Anson