How would I go about the following:
- Client send email with attachment to upload@mycompany.com
- Email server detects email received
- Attachment uploaded to remove FTP location
- Email sent to client confirming upload
Would like to use PHP.
How would I go about the following:
Would like to use PHP.
If @Marc B answer is not possible, you can use the php_imap extension. Some examples are available here, and of course at php.net
AFter that, uploading via FTP is trivial using PHP FTP functions (here)