I need help with receiving 'failure delivery notification', when email address is incorrect.
In the database, there are emails which are invalid. My asp programs should send me an email saying that delivery failed for that email address.
My script seems to work, if the email address is valid, but it does not give me a notification, if delivery fails or email address is incorrect.
I tried two functions to see...