<% Set objMail = Server.CreateObject("CDONTS.NewMail") objMail.From = "vehicular@tuseguroperu.com" objMail.To = "jlopezcanales@gmail.com" objMail.Subject ="asunto" objMail.Body = "Mensaje" objMail.Send Set objMail = nothing %>