i am using MFMailComposser to send mail from my application.is it possible to send mail without presending presentModalViewController.in the sense in back ground i want send mail.
[self presentModalViewController:mailController animated:YES];
with out this can i send mail back ground.