envio email sin smtp (cdonts)
Publicado por a gustavo o al que sepa (4 intervenciones) el 24/05/2004 16:29:28
utilice el codigo que un tal gustavo escribio pero no me funciono
Dim Correo
Correo = Server.CreateObject("CDONTS.NewMail")
Correo.To = TextMail.Text
Correo.From = TextCorreo.Text
Correo.Subject = TextAsunto.Text
Correo.Body = TextTexto.Text
Correo.send()
Correo = Nothing
registre el cdons.dll ya no lo tenia, pero tampoco me funciono
????????
Dim Correo
Correo = Server.CreateObject("CDONTS.NewMail")
Correo.To = TextMail.Text
Correo.From = TextCorreo.Text
Correo.Subject = TextAsunto.Text
Correo.Body = TextTexto.Text
Correo.send()
Correo = Nothing
registre el cdons.dll ya no lo tenia, pero tampoco me funciono
????????
Valora esta pregunta


0