Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/04/2002, 01:02
Gastón
 
Fecha de Ingreso: febrero-2002
Mensajes: 681
Antigüedad: 22 años, 1 mes
Puntos: 0
Re: Mensaje de mi pagina directo a mi e.mail

Hola!

Puedes usar el servicio de envio de formularios de http://www.melodysoft.com

Aqui tenes el codigo:

<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>


Solo tenes que modificar lo que esta en negrita...

si queres mas info fijate en http://www.melodysoft.com/cgi-bin/surf.cgi?s=0&to=formularios/doc

Es muy sencillo, suerte!