First, an apology -- if this is too basic a question to ask here, I'll gladly post in another forum if need be:
I am trying to write a page with a form that has one text-input field and an option to upload a photo. When the user has chosen a photo, uploaded it, and added a comment or two, they hit "Submit" and the comment and photo is emailed to a specified address. I see numerous scripts out there that accomplish this with MySQL or another database, and numerous scripts that run galleries for online viewing, but I don't see anything that's just (essentially) a simple email system. Think of it very much like this input page I'm using now, only instead of getting published to the Forum when "Submit" is clicked, it would send the data (including the photo) off to an outside email address.
Can anyone point me in the right direction? Any and all help would be greatly appreciated. Thanks so much.