% Set BD = Server.CreateObject("ADODB.Connection") BD.Open "fneth.org.fneth" Set BaseDatos = Server.CreateObject("ADODB.Recordset") operacion = request("operacion") if operacion="" then operacion = "LISTADO" end if IdDonde = request("Iddonde") if IdDonde = "" then IdDonde = "1" end if DondeFinal = 5*cint(IdDonde) DondeInicial = DondeFinal-4 if operacion="ENVIAR" then Set Mail = Server.CreateObject("Persits.MailSender") Mail.Host = "smtp.fneth.org" Mail.Username = "bdx004c" Mail.Password = "Envio2011" Mail.AddAddress "fneth@fneth.org" Mail.From = "envio@fneth.org" Mail.FromName ="CORREO DESDE WEB FNETH" Mail.Subject = "Formulario_General" Mail.Body = "
Contacto:"&request("contacto")&"