Email To Website (proof of concept) Place in a folder below the web root, with www the web accessible folder. email.php run by the mail server when an email is recieved. The raw email is recieved via php://stdin and processed using Pear Mail_Mime. Each image is then extracted and saved in www/photos. decode.class.php Pear Mail Mime http://pear.php.net/package/Mail_mime images.csv A list of the images saved. www/index.php Reads images.csv and displays a list of the images with the title and sender address www/style.css CSS styles for index.php www/photos Directory to save images in