1

Is it possible to include the From field in a MFMailComposeViewController so that if a user has more than one account on their device they can choose which email account to send an email from?

enter image description here

RGriffiths
  • 5,722
  • 18
  • 72
  • 120
  • possible duplicate : http://stackoverflow.com/questions/7982477/how-to-set-from-in-mfmailcomposeviewcontroller – Miknash Jan 26 '15 at 16:13
  • Yes - I looked at that question but it is not asking exactly the same thing. There is another question that where the answer is 'Tap the From field' but my question is how you get the From field displayed. – RGriffiths Jan 26 '15 at 16:16

1 Answers1

0

There is no from field property. The user can select their email address inside the MFMailComposeViewController itself (while writing the email). Hard coding it in would be redundant. If a user has more than one email they can elect which one to choose from again, in the MFMailComposeViewController

soulshined
  • 9,612
  • 5
  • 44
  • 79