How do I launch the iPhone Mail app (with a Photo attachment) from within my app? (Photo is a UIImage in my app).
|
feedback
|
|
MFMailComposeViewController is what you want, which was introduced with iPhone OS 3.0. https://developer.apple.com/iphone/library/samplecode/MailComposer/index.html http://blog.mugunthkumar.com/coding/iphone-tutorial-in-app-email This blog post also covers adding UIImage attachments: http://howtomakeiphoneapps.com/2009/07/how-to-make-your-iphone-app-send-email-with-attachments/ | |||||||||||
feedback
|