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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.