think you need something like this: <html>
<body>
<h3>Send e-mail to
[email protected]:</h3>
<form action="MAILTO:
[email protected]" method="post" enctype="text/plain">
Name:<br />
<input type="text" name="name" value="your name" /><br />
E-mail:<br />
<input type="text" name="mail"...