MFMailComposeViewController: referencing attached data in HTML body
MFMailComposeViewController: referencing attached data in HTML body
- Subject: MFMailComposeViewController: referencing attached data in HTML body
- From: Pierre Fournier <email@hidden>
- Date: Mon, 27 Jun 2011 01:14:44 +0200
- Importance: Normal
Hi,is there a way to reference the attached data within the HTML body?[mailController addAttachmentData:pngDataFooter mimeType:@"image/png" fileName:@"footer.png"];[mailController setMessageBody:@"<html><body><img src=\"footer.png\"></body></html>" isHTML:TRUE];When running such code, I get a blue question mark instead of the image, while the image is correctly attached.I want to kind of compose an html email based of different images. _______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden