Tuesday, November 23, 2010

iPhone dev Stupidity 132: Sending picture attachment via email

using MFMailComposeViewController:

// Attach image data to the email
// 'CameraImage.png' is the file name that will be attached to the email
[picker addAttachmentData:data mimeType:@"image/png" fileName:@"CameraImage"];

Yes. You can attache multiple images.

No comments: