Thanks for the reply.
I'm not sure whether bounced email is the correct term but I basically want to be able to detect emails that have failed to be sent. I have a piece of mailing software running on my computer which gives me detailed reports of which emails where sent and which failed. I am after a way of replicating these reports within an asp page.
The reason I want this is because my ISP limits sending email to 50 an hour when using my emailing software. I can send more when sending directly from my webspace, however, I do not have a way of detecting whether an email has been successfully sent.
I perhaps should have said all this on my original post but anyway, is there a way to detect errors using a classic ASP script?