E-mail button

i want to make an e-mail button that when pressed opens a new mail window, with an specific email address

how con i do this???

getURL("mailto:email@domain.com", "_blank")

exactly, but I always add on (release) in there. :wink:

on (release) {
	getURL("mailto:email@domain.com", "_blank");
}