How to add a image in email body using MFMailComposeViewController
问题 I am trying to find out the best way to add an image inside the body of the email and not as attachment in ios. 1) Apple has provided a function " addAttachment " and the doc says, to add any image in the content, we should use this function, but I tried that function, and sent an mail, I checked on my browser, it is recieved as an attachment. 2) Secondly, many blogs say to use base64 encoding, but that also wont work, image is sent as a broken one. So friends, please help me out to find the