I was looking for uploading photos by email documents (in php) but couldn’t find good one.
Is there any easy ways to upload pictures/photos by email?
ie. steps,
1) on mobile devices, email a picture to private-email@domain.com
2) copy the picture into our server like facebook or flickr
ps. I run apache servers, mysql and php
There are a number of different approaches to receiving email with PHP. The main options are:
I wrote a blog post that was for Rails here, although it’s for Rails pretty much all the principals still apply to PHP and translate directly.