aneuryzma
01-27-2009, 01:04 PM
I want to send an email with the image through URLRequest.
How can I add the image to the email body ?
Something like this:
var request:URLRequest = new URLRequest("mailto:"+to.text+"?subject="+subject.text+"&body="+body.text+"&Attachment="+myBmp);
thanks
How can I add the image to the email body ?
Something like this:
var request:URLRequest = new URLRequest("mailto:"+to.text+"?subject="+subject.text+"&body="+body.text+"&Attachment="+myBmp);
thanks