Jump to content

Is it Possible?


cr55dan

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.