My question may be a mere foolishness. MFmailComposeViewController automatically selects the logged in email account in the device as the sender e-mail. I just want to know whether it is possible to select the email account (if there are multiple accounts logged in (yahoo, google, iCloud etc.))? I am using a simple mailComposer, and there is no complex codes. Thanks in Advance
Asked
Active
Viewed 147 times
1 Answers
1
When you use MFmailComposeViewController it automatically sets up the email account. Don't worry, it won't select the wrong account.
If you tap it gives you a choice

GJZ
- 2,482
- 3
- 21
- 37
-
I know, it won't select the wrong account. But, is it possible to make a selection? – Mohammed Janish Aug 05 '15 at 10:30
-
All the user has to do anyway is tap the email address and it will display all the email addresses – GJZ Aug 05 '15 at 10:31
-
A user sees the most commonly used one but can change it with one tap. It's an easy, great system – GJZ Aug 05 '15 at 10:32
-
How? I didn't understand the last one. How all email addresses will be displayed? – Mohammed Janish Aug 05 '15 at 10:33
-
If you have set it up properly it should display whatever address you set in the 'To' field and the most common email address in the 'From' field. If a user has several email addresses, when tapped it shows the other options – GJZ Aug 05 '15 at 10:38
-
Have a look at my post – GJZ Aug 05 '15 at 10:43
-
It really works. It was just a confusion in setting up the accounts in my device. Thank You. – Mohammed Janish Aug 05 '15 at 11:44
-
Great. Good luck with your app! @MohammedJanish – GJZ Aug 05 '15 at 13:45