objective c - How can i format the HTML contents of mail in iphone ? -



objective c - How can i format the HTML contents of mail in iphone ? -

i using mfmailcomposer mailing.i convert contents of url in string , utilize string send mail service . problem html file contains button link image , when mail service gives 2 blank icon html page.how can remove icons before mail service send.

if not necessary convert url content string. pass html in mfmailcomposer.

but if want observe tags in content of url parse whole html of url , check button(input) tag. , can check completed button tag also. ignore statements between starting , ending point of tags , create html content.

njoy coding... :)

objective-c ios5 xcode4.2 mfmailcomposer

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -