I am basically trying to send an email to someone with some email adress, and asubject, and a body.
I tried doing something like
Code:
getURL("mailto:someadress@domain.com?subject=subject&body=body");
However, all that did was bring up my default email program(Outlook).

I need flash to actually send an email. Please let me know if that can't be done, or if it can be done with AS3.