getting from email address when using MFMailComposeViewController
问题 i want to show user from which account he is going to send email when he is going to send an email using my app and i am using MFMailComposeViewController. so what is the way of getting the from email address. 回答1: There is no way to get this information. Mail sent via MFMailComposeViewController is always sent from the user's default address. 回答2: Mail sent via MFMailComposeViewController is always sent from the user's default address. User's default address is selected by default but the