Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/03/2002, 01:42
Gastón
 
Fecha de Ingreso: febrero-2002
Mensajes: 681
Antigüedad: 23 años, 3 meses
Puntos: 0
Re: Mandar formulario a Email lo mas simple posible

Hola fernecero!

Bienvenido al foro! ;)

Bueno, acá te mando un código que te va a servir mucho:

<form method="post" action="http://www.melodysoft.com/cgi-bin/form.cgi">
<input type="hidden" name="recipient" value="[email protected] ">
<input type="hidden" name="redirect" value="http://www.miproveedor.es/usuario/formulario-ok.html ">
<input type="hidden" name="subject" value="Pedido de material ">
Nombre <input type="text" name="nombre" size="30">
Email <input type="text" name="email" size="30">
Material <textarea cols="10" rows="10" name="material"></textarea>
<input type="submit" value="Enviar">
<input type="reset" value="Borrar">
</form>

Es un servicio gratis de Melodysoft, solo deberás reemplazar lo que esta en negrita y modificarlo a tu gusto.

Suerte, Un Abrazo!