1

Ok, so I have successfully made my first in-app Email app using MFMAilComposer. I have the toRecipients textfield added, as well as subject and body etc. So I understand that the email will not send if I use the simulator and will send with an iPhone. However, when a person receives the email, how is that person supposed to know whom he received it from? With this in mind, a "From" field should be in order. I appreciate all answers, and thanks in advance :)

doc92606
  • 691
  • 2
  • 11
  • 32
  • possible duplicate of [How to set from in MFMailComposeViewController?](http://stackoverflow.com/questions/7982477/how-to-set-from-in-mfmailcomposeviewcontroller) – bryanmac Sep 04 '12 at 00:20

1 Answers1

1

You don't have to handle this, the mail composer does it for you. When the composer is shown it defaults to the users default email account but if they want to choose which email address they are sending from they can simply tap their email and a list will expand allowing them to choose from which of their emails to send the message.

Mick MacCallum
  • 129,200
  • 40
  • 280
  • 281