No no basta por ejemplo mira el codigo fuente de esta pagina. Para que tengas una idea de los campos y como se envia la información.
http://www.vitrorhei.com/wmcorreo.htm
<form method="post" action="http://vitrorhei.com/cgi-bin/miFormMail.pl">
<p>
<input type="hidden" name="recipient" value="
[email protected],
[email protected] m">
<input type="hidden" name="subject" value="Del WEB Vitro Rhei ">
<input type="hidden" name="redirect" value="http://www.vitrorhei.com/gracias.htm">
</p>
<table width="60%" border="1" align="center" cellpadding="10">
<tr>
<td>Nombre:</td>
<td>
<input type="text" name="realname" size="30" maxlength="50">
</td>
</tr>
<tr>
<td>E-Mail:</td>
<td>
<input type="text" name="email" size="30" maxlength="50">
</td>
</tr>
<tr>
<td>Comentario:</td>
<td>
<textarea name="comentario" cols="50" rows="5"></textarea>
</td>
</tr>
<tr>
<td>
<div align="center">
<input type="submit" name="Submit" value="Enviar">
</div>
</td>
<td>
<div align="center">
<input type="reset" value="Borrar" name="Reset">
</div>
</td>
</tr>
</table>
</form>