I need to be able to send emails from within the application I am developing.
Using [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"[email protected]"]] , the email application opens and the user can't go back to the main application.
Is there a way I can send the user back to the application after they are done sending emails ?
Many Thanks.