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
Post a Comment