Using MFMailComposeViewController without presenting the view controller
问题 I am using MFMailComposeViewController to send an email with an attachment. In all the guides it chooses to present the view controller as a modal view so that the user can change the fields and choose to send or cancel. I don't want people to be able to change the information that I have put in, so I was wondering if I could force it to send the email without going to the modal view? I am aware of using a url with mailto but believe you can't add an attachment. If anyone knows if this is