In my app, I am composing an HMTL email message with the 3.0+ MFMailComposeViewController
.
To do this, I created an HTML file, with some placeholders.
In my cod
I don't think you can embed the images as part of the email in the way a normal email client would. However it seems that you can include the image data directly in the HTML as base64 encoded data. This is quite a non-standard way of doing things, so the email might not display perfectly on all email clients.
See this question for more, and the sample code on this forum post