eloans 0 Newbie Poster

I'm having trouble getting a submission form to work. The end result now is that it will submit, but the submission never reaches my e-mail. Please tell me what I'm missing from the following code.

<form method="post" action="mailto:phoenixsociety3806@yahoo.com">						
<td align="left" valign="top" style="font-weight:bold;">YOUR NEONAME</td>
<td valign="middle" style="font-weight:bold;"><input type="text" size="30" maxlength="60" name="YOUR NEONAME" style="font-family:Arial;font-size:12px;">&nbsp; 
</td>

<td align="center" valign="bottom" style="font-weight:bold;"><input type="submit" value="Submit answers" </td>
</form>