How do I set the from address in the MFMailComposeViewController?
MFMailComposeViewController
MFMailComposeViewController *controller = [[MFMailComposeViewController alloc]
There isn't a way to do what you want with the From field. The from address will default to whatever mail account the user has specified as "default" in Settings. Obviously if the user has only one mail account set up then it will be that account.