Receiving email

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
MikeTyler
Forum Newbie
Posts: 1
Joined: Wed Sep 20, 2006 9:15 am

Receiving email

Post by MikeTyler »

I need to access incoming email. Specifically, I want to get photo attachments from emailed pictures sent via camera phones. I'm building a photo community and I want members to be able to email pictures taken with their phones. I want my PHP scrips to grap those photos and file them away in a database. Not sure how to start but there mus be a way to act as an email client using php. Any help would be appreciated
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Post Reply