Fairly new to PHP- know enough to be dangerous...
I have an environment where I will be receiving emails with attachments from members. I need a process hopefully using PHP that will be able to recognize new email, take the attachments, and depending on whether the subject line says for example "A" or "B". I need to run a specific code to put the attachments into my MYSQL.
The problem is, I'm not sure how to even access the emails, attachments, or even check if they are present using PHP. Is this possible?
Thanks,
Matt