Quote:
|
Originally Posted by KingSky
I'm curious whether an addon could be created that would allow a photo to be emailed, either from a regular PC or a mobile phone, and be automatically added into pixelpost.
|
i'm not a great developper but i suppose that you need to set up a special email account in order to perform such a script allowing you to post a picture to your PixelPost PHP based software.
In fact, i've already programmed a similar script allowing an email to perform an action. I've done it on a linux server with Qmail and Php. Here's a short description of the process :
1 Set up your php script extracting the Save PixelPost function in a new php file called "remote_post.php" right in your PixelPost admin...
2 Set up your special email account with an exec command... for example
pixelpost@yourwebsite.com will perform the following action with php
"/usr/bin/php /home/httpd/yourpathtopixelpostwebsite/admin/remote_post.php"
3 Send an mail with a special formatting stuff such as your password in the subject to secure the action
That's it & it should work...when trying a solution to handle the attachment :wink: