Search code examples
iphoneobjective-ciosmfmailcomposeviewcontrollermfmailcomposer

Can we get the From email address that is set in MFMailComposeViewController?


I am able to get Recipient email address from the MFMailComposeViewController using http://jomnius.blogspot.com/2011/02/how-to-find-mfmailcomposeviewcontroller.html link.

But I want From email Address. So is their any way to get From email Address...

Any links related to this is also welcome...

thanks..


Solution

  • I assume you want to fetch User's Configured email address in iPhone. If so, You can't fetch email configuration of iOS devices due to privacy issues.