0

I need some help! :)

I am trying to put a header png image in a email using MFMailComposeViewController I understood that attaching an image to the email will place the image after the body text so i converted the image to Base64 and put it as html (img src=…). the thing is that i also need to make this image a link to a website i imagine that it is by using (a href…). but i manage to see the header in the mail composer on my ipad but after sending it by mail it comes to the email with no header or with only the name of the image in an empty box :(

i am wasting a lot of time on that. does somebody know how this can be accomplished?

Guy
  • 9,859
  • 13
  • 63
  • 104

1 Answers1

2

This question might be just what you're looking for:

How to add an UIImage in MailComposer Sheet of MFMailComposeViewController in iPhone

Community
  • 1
  • 1
Iñigo Beitia
  • 6,147
  • 4
  • 38
  • 46