If I present the mail composer modally, it works fine (here, MFMailComposeViewController* _mailer); [self presentModalViewController:_mailer animated:YES];
how to insert uiimage into body of mail composer window.. i have with this code: NSMutableString *emailBody = [[[NSMutableString allocinitWithString:@\"\"] retain];