Sending array through email on iphone

Posted by thary on Stack Overflow See other posts from Stack Overflow or by thary
Published on 2010-04-16T21:02:01Z Indexed on 2010/04/16 21:13 UTC
Read the original article Hit count: 166

Filed under:
|
|
|
|

Hey guys I need to send the content of an NSMutableArray through email. I have a mailing function but I'm not sure on how to place the content of the array into a NSString to be displayed on the email under each other. Is there a way to place all the content of the array into the string with maybe HTML nextline command between each array element?

 NSString *emailBody = @"Need to put the body here";

Thanks

© Stack Overflow or respective owner

Related posts about iphone

Related posts about email