Email Attachments
I am creating a PHP parser which all emails sent to a certain address are piped to. There is one image attached to the email that I need to extract from the email and upload it to a specific directory on the web server (the same server which the emails are sent and piped to). How do I go about extracting the image from the email and moving it to another directory?
Any help is greatly appreciated.
-Nao
|