Well I'm using notepad right now and I want to include a suggestions text box that the user can type something in and it will automatically forward to my email. Can I do that in just HTML or will I need to use something else?

Heres the code:

<form action="">
<font size="4">Suggestions:
<br><textarea name="comments" cols="50" rows="10">
<input type="submit" value="Submit" />