0

enter image description here

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:

  1. How can i get "email list from" (that showed in dropdown, tesmojones2@gmail.com & tesmojones3@gmail.com) in Objective-C.

  2. Can i send email via background? without showing MFMailComposeViewController.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
tesmojones
  • 2,496
  • 2
  • 21
  • 40
  • 1. I'm not sure if this is what you mean and I haven't tried it out: [UIApplication sharedApplication]openURL:[NSURL URLWithString:@"mailto:tesmojones2@gmail.com,tesmojones3@gmail.com]]. 2. As far as I know, no you cannot; not without writing all of the stuff you get for free with MFMailComposeViewController out yourself. – Justin Moser Sep 04 '14 at 06:43
  • You cannot send an email without the user seeing the MFMailComposerViewController. As for question #1, [look here](http://stackoverflow.com/a/19027204/312312) – Lefteris Sep 04 '14 at 08:31

0 Answers0