hola de nuevo bueno a mi ya me funciona aunque le hice ciertos cambios al archivo formulario.html y al archivo envio.php
en esta direccion lo e puesto para prueba y va bien
http://www.comtel.com.sv/paginas/formulario.htmlel codigo siguiente es para el archivo formulario.html en siguiente post coloco el del archivo envio.php a este voy a cambiar el correo para que te llegue a ti prof3ta
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body class="sub">
<form name="FormName" method="@@(FormMethod)@@" action="envio.php">
<table width="90%" border="0" cellpadding="4" cellspacing="2">
<tr style="vertical-align: top">
<td colspan="2" class="HeaderColor"></td>
</tr>
<tr style="vertical-align: top">
<td colspan="2" class="StoryContentColor"></td>
</tr>
<tr style="vertical-align: top">
<td class="TitleColor">
<label for="name"></label>
Nombre:
<input type="text" name="nombre" id="nombre" size="50">
<label for="email">Correo:</label>
<input name="email" type="text" id="email" size="50">
<label for="username"></label>
Empresa
<input name="empresa" type="text" id="empresa" size="50">
</p>
Poblacion</p>
<input name="poblacion" type="text" id="poblacion">
</p>
Telefono</p>
<input name="telefonof" type="text" id="telefonof">
</p>
Telefono Movil </p>
<input name="telefonomovil" type="text" id="telefonomovil">
</p>
<label for="questions">Comentarios:</label>
<textarea name="comentario" id="comentario" rows="10" cols="50"></textarea>
</td>
<td class="TitleColor"></td>
</tr>
<tr style="vertical-align: top">
<td colspan="2"><input type="submit" name="Submit" value="Submit"></td>
</tr>
</table>
</form>
</body>
</html>