Ver Mensaje Individual
  #10 (permalink)  
Antiguo 12/11/2002, 09:25
Avatar de bakanzipp
bakanzipp
 
Fecha de Ingreso: noviembre-2001
Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 23 años, 5 meses
Puntos: 0
a ver..... debe haber dos formas.

***************************
On Error resume next

set em = Server.CreateObject("CDONTS.NewMail")

em.From = "[email protected]"
em.To = "[email protected]"
em.Cc = "[email protected]"
em.Subject = "Información desde " & titulo
em.bodyformat = 0
em.mailformat = 0
em.AttachFile fichero
'me imagino que fichero es variable cierto?
em.Body = text
em.Send

set em = nothing

if Err.Number <> 0 then
response.write Err.description
end if

***********************
para personalizar el error en el iexplorer.

herramientas-->opciones de internet-->avanzadas

descheckear Show friendy Http Errors.

Prueba con eso.

Probaste enviando un email sin attach , si se cae...el error es otro