# Help with mailto: URGENT

**URL:** https://forum.kirupa.com/t/help-with-mailto-urgent/206601
**Category:** Uncategorized
**Created:** [November 9, 2006, 6:49pm UTC](https://forum.kirupa.com/t/help-with-mailto-urgent/206601 "2006-11-09T18:49:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Luke318is](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/luke318is/32/2864_2.png) [@Luke318is](https://forum.kirupa.com/u/Luke318is)
#### Post date: [November 9, 2006, 6:49pm UTC](https://forum.kirupa.com/t/help-with-mailto-urgent/206601/1 "2006-11-09T18:49:52Z")

</div>

Ok, well im trying to simply open a mail client and have a preset message with the click of a button.

This is what i have, and it works so far.

var sendfriend\_btn:Button;  
sendfriend\_btn.onRelease = function()  
{  
getURL(“[mailto:you@somedomain.com](mailto:you@somedomain.com)”);  
};

How do i add a [COLOR=red]subject[/COLOR] and some [COLOR=red]body text[/COLOR] to this mail function???  
should be an easy one for you guys.

Thanks,

Luke
