otra vez molestando yo :( ...sé que hay muchos tópicos sobre como enviar formularios html a una dirección de mail con un archivo php, pero los he probado todos y ninguno me funciona, debe ser que como no sé nada de php le cambio algo y no noto el error. Por eso quería pedirle a alguien que sepa de ésto si no puede escribirme unas líneas, es un formulario sencillo (nombre, e-mail y mensaje) sólo quiero enviar esos datos a una dirección de mail. Este es el código:
Cita:
espero que alguien me pueda ayudar, Mil gracias desde ya</p>
<form action="send.php" method="post" name="form2" class="Estilo6" id="form2">
<table width="245" height="304" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="36" colspan="2" align="center"><p> </p>
<p></p></td>
</tr>
<tr>
<td width="62" height="22"><div align="left"><strong>Nombre:</strong></div></td>
<td width="183"><div align="left">
<input name="name" type="text" id="name" size="29" />
</div></td>
</tr>
<tr>
<td height="22"><div align="left"><strong>E-mail:</strong></div></td>
<td><div align="left">
<input name="e-mail" type="text" id="e-mail" size="29" />
</div></td>
</tr>
<tr>
<td height="200" colspan="2"><div align="center"><br />
<strong>Mensaje:</strong><br />
<textarea name="message" cols="38" rows="10"></textarea>
</div>
<p> </p></td>
</tr>
<tr>
<td height="24" colspan="2" align="center"><input name="form" type="submit" class="Estilo28" id="form" value="Enviar" /></td>
</tr>
</table>
</form>
<form action="send.php" method="post" name="form2" class="Estilo6" id="form2">
<table width="245" height="304" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="36" colspan="2" align="center"><p> </p>
<p></p></td>
</tr>
<tr>
<td width="62" height="22"><div align="left"><strong>Nombre:</strong></div></td>
<td width="183"><div align="left">
<input name="name" type="text" id="name" size="29" />
</div></td>
</tr>
<tr>
<td height="22"><div align="left"><strong>E-mail:</strong></div></td>
<td><div align="left">
<input name="e-mail" type="text" id="e-mail" size="29" />
</div></td>
</tr>
<tr>
<td height="200" colspan="2"><div align="center"><br />
<strong>Mensaje:</strong><br />
<textarea name="message" cols="38" rows="10"></textarea>
</div>
<p> </p></td>
</tr>
<tr>
<td height="24" colspan="2" align="center"><input name="form" type="submit" class="Estilo28" id="form" value="Enviar" /></td>
</tr>
</table>
</form>
Saludos
![sonriente](http://static.forosdelweb.com/fdwtheme/images/smilies/smile.png)