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