views:

53

answers:

2

We can share information in our apps by sending emails in our app. I don't know how to put pictures in the email body.

like this: http://digitaldaily.allthingsd.com/files/2007/06/iphone_email_jenny.jpg

A: 

Send addAttachmentData:mimeType:filename: to your MFMailComposeViewController instance.

Jason Coco
+2  A: 

Here is a good Tutorial for How to send a picture with email.

First of all you have to Create NSData object from your PNG/JPEG image data and then implement the method as previously suggested by Jason Coco.

raaz