I want my app using the MFMailComposeViewController to send an email such that the recipient can click on the embedded url to open the corresponding web site.
MFMailComposeViewController does not appear to support this explicitly. Any ideas?
I want my app using the MFMailComposeViewController to send an email such that the
Share
🙂 Yes, you can do this:
where message is just an NSString with HTML content. Inside you can add all the HTML you want.