I have created an iPhone SMS style interface and was wondering if I could send an email in the app to a certain person and if that certain person replies, it would appear as a new line (just as if you were getting a new SMS)… How can I do this without using Apple’s mail client (because this pulls up a new view controller, but I want it to mail in the background)? What’s the best way of doing this? I can have POP3 and login details taken from UITextFields.
Thanks,
James
You can simply use MessageUI Framework. Check MFMailComposeViewController Class Reference docs for more details.