cr55dan Posted February 17, 2010 Share Posted February 17, 2010 Tried searching, but came up null. Can anyone tell me if its possible in php to show photos sent to an email address. For example, i have a page called photos.php and to get the photo's on that page people email [email protected]. Can i get a page that automatically processes the photo's to the album, or atleast queues them for admin approval?? If anyone could tell me what this process is called i will then look into it.. Thanks Link to comment https://forums.phpfreaks.com/topic/192383-is-it-possible/ Share on other sites More sharing options...
jl5501 Posted February 17, 2010 Share Posted February 17, 2010 This is not really a PHP question but to do the sort of thing you are asking would require you to have access to the receiving mail servers processing. You would need to add code to process emails to a particular address in a particular way. So this would involve code changes to the email server you were using, or certainly custom code in the mailbox handlers, which could process this info and load it into a database. If you have a domain where you have full control over the mailserver software, then something of this sort could be achieved, but to say again it is not php that you would be using for this Link to comment https://forums.phpfreaks.com/topic/192383-is-it-possible/#findComment-1013722 Share on other sites More sharing options...
cr55dan Posted February 17, 2010 Author Share Posted February 17, 2010 Thats all i need to know. Thank You. Link to comment https://forums.phpfreaks.com/topic/192383-is-it-possible/#findComment-1013725 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.