Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/10/2007, 02:34
Avatar de Ascariz
Ascariz
 
Fecha de Ingreso: noviembre-2005
Mensajes: 403
Antigüedad: 19 años, 5 meses
Puntos: 0
Win2000 & CDONTS

Hola a todos tengo el siguiente problema.

Maquina = win 2000 con IIS
Lebreria = CDONTS y CDOSYS.
Programacion = ASP

Cuando envio un correo me da el siquiente error.

The message could not be sent to the SMTP server. The transport error code was 0x80040217. The server response was not available

y no se por que puede ser ????

La programacion es esta

Código:
ON ERROR RESUME NEXT

Dim objCDO
Set objCDO = Server.CreateObject("CDONTS.NewMail")
objCDO.To = "correo"
objCDO.From = Request.form("email")
' Titulo del mensaje
objCDO.Subject = "Formulario de contacto desde la web  Churreria S.XIX"
objCDO.Body = txtSubject
' Envia el mensaje
objCDO.Send
IF ERR.number <> 0 THEN 
	response.Write("error :"& ERR.Description)
else
	response.Write("ok")
end if
Muchas gracias
__________________
Desarrollador & Diseñador Web
Diseño de paginas web en Madrid