I\'m using openURL to send an email w/some links. The function looks like this:
// + (void) sendEmail:(NSString *) subject withBody:(NSString *)body { NSString
NSString *mailString = [NSString stringWithFormat:...
already returns autoreleased string - you must not sent any autorelease messages to it
Use NSZombieEnabled to debug as I described in this answer.