Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I was wondering if there is a way to take the entire contents of my photo library, and email it to myself in an app. (Useful for backups, etc.) I know how to send emails from within my app, but I don't know how I would get all of the photos to send with it. Hope that makes sense =)

Thanks,

Tate

share|improve this question
1  
That's a ton of data you want to e-mail. Many servers would reject it. – PengOne Jun 21 '11 at 21:16
Ok, I had a feeling that would be the case. Say I had something like two photos in my library, how would I do it then? – allthewayapps Jun 21 '11 at 21:17
Apple has great documentation on MFMailComposeViewController. Also, this recent question has the basics: iphone mail question. Try something, and if you get stuck, google around and then post for help. – PengOne Jun 21 '11 at 21:21
Alright, thanks, I'll check this out. – allthewayapps Jun 21 '11 at 21:23

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.