POST Method Problem on Form

Tech-Archive recommends: Fix windows errors by optimizing your registry



I'm having a problem? with my form sending me the content of a form.
The e-mail program opens and a file is attached but there is no destination
address filled in. Is it supposed to address and send the form contents?
My code is below.

<FORM METHOD=POST ACTION="mailto:ttofohio@xxxxxxxxxxxxx"; >

<INPUT TYPE="submit" VALUE="Submit the Form">


.