Hi,
I have a script where I just send mails (with CDONTS.NewMail) to different people depending on some variables. All was ok, I have on error resume next at beginning and I try to catch errors where I think can happen.
And I have one debug at the end of script:
if err <> 0 then
response.write "blabla"
response.write err.description
response.end
end if
So it is ok but from time to time just blabla is written but no error description.
What went wrong? If I do not see the error description it means that ASP doesn't know what it is? But it catches something. And as I said this happens not frequently.
Cold be because the mail server is busy or down or something?
Thanks,
whiteadi
I have a script where I just send mails (with CDONTS.NewMail) to different people depending on some variables. All was ok, I have on error resume next at beginning and I try to catch errors where I think can happen.
And I have one debug at the end of script:
if err <> 0 then
response.write "blabla"
response.write err.description
response.end
end if
So it is ok but from time to time just blabla is written but no error description.
What went wrong? If I do not see the error description it means that ASP doesn't know what it is? But it catches something. And as I said this happens not frequently.
Cold be because the mail server is busy or down or something?
Thanks,
whiteadi