i am sending the data taken from the database into the mail composer.
i have taken the data into a array from database and i have converted it into string but when i am adding the data in to mail composer it is coming in random number .
here is the code that am using to add the array taken from data base into string and then adding to mail body.
NSString *arr1 =[[appDelegate.list1 UTF8String] componentsJoinedByString:@","];
[picker setMessageBody:arr1 isHTML:NO];
if any one have the answer pls give me.