Code:
<form method="post" action="mailto:email@domain.com?Subject=Your Subject" enctype="text/plain">
Using the above will try and open up the users email program and complete the email body with the form contents.
I'm not sure how this works for people who use online email (hotmail/yahoo/gmail) but it might be an idea, you can still collect the users data, and then when the email opens up in Outlook they can attach the photo and send.
Simon