simonp Posted September 17, 2009 Share Posted September 17, 2009 Hi, I need to be able to setup an e-mail address which will pipe to a PHP script (that's easy enough) which will then save the attachment to a folder on a web server. so e-mail is sent to [email protected] - the server pipes the e-mail to upload.php upload.php then needs to strip the attachement (.jpg/.pdf only) and then save it to a specific folder. Anyone know how I can go about this? Or even better, an exsiting script that will do this? Cheers Simon Link to comment https://forums.phpfreaks.com/topic/174561-pipe-e-mail-to-php-script-to-save-attachments/ Share on other sites More sharing options...
trq Posted September 17, 2009 Share Posted September 17, 2009 I've not seen anything in php though theres an example in the Python manual (second last example). Link to comment https://forums.phpfreaks.com/topic/174561-pipe-e-mail-to-php-script-to-save-attachments/#findComment-920052 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.