Include a picture in mailto:
问题 I'm interested in placing a picture (along with some text) in a prepared email for the user to send off. Is there any way to use mailto: to do that? 回答1: No. The mailto: scheme does not support attachment. (See http://www.faqs.org/rfcs/rfc2368.html). If you write an app you can attach an image with MFMailComposeViewController . 回答2: No, mailto: is just a HREF target for the A tag, and just instructs the operating system to open the mail browser to a specific location (with subject). To send a