Hi,
I have an app that has a feature to send email. I have success do that by using MFMailComposeViewController. For next requirement, I have 2 questions here:
How can i get "email list from" (that showed in dropdown, [email protected] & [email protected]) in Objective-C.
Can i send email via background? without showing MFMailComposeViewController.