How do I set the from address in the MFMailComposeViewController?
MFMailComposeViewController
MFMailComposeViewController *controller = [[MFMailComposeViewController alloc]
I don't think you can change "from" if you use MFMailComposeViewController in app email in iOS Another workaround, you may use this, a standalone email client, instead. You will have better control of the sender programmatically.