Send files to a PHP app via email?
July 9, 2010 12:55 PM Subscribe
I'm not a PHP expert, but I'm working on a simple photo gallery application, and I'd like to add the ability to send it files via email. I know of other products that have this feature, but in my Googling I haven't been able to find any information on how to get started. Might you have any info?
posted by crickets to computers & internet (12 answers total) 1 user marked this as a favorite
If you have your own mailserver (postfix, say) then you can setup mail aliases that run code instead of (or as well as) going into a mailbox. That's more efficient than polling a box, but the barrier to doing it is a little higher.
posted by gregjones at 1:06 PM on July 9, 2010