objective c - iPhone : Problem while sending image and text in HTML formate using MFMailCompose -


i sending html in mail using mfmailcompose.

this html includes strings , images.

so when use send mail, sending text only. not display images.

how can send html data images shown in email ?

you can have inline images in html have encode attachments data using base64 encoding. leads problems email clients e.g. gmail. please find detailed discussion on issue here: how add uiimage in mailcomposer sheet of mfmailcomposeviewcontroller


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -