Does anyone know whether an email will continue to be transmitted using CDONTS/ASP, if it loops through an Access database and some of the email addresses in the database are invalid?
mrMister
10:14 am on Jan 23, 2006 (gmt 0)
I'd have thought so. It's not CDONTS's job to decide what is valid and what isn't. It should pass the information to the mail server and let it decide what to do, then move on to the next email.
celgins
2:57 pm on Jan 23, 2006 (gmt 0)
Yeah... I thought the same thing, but I think my looping email script stopped somewhere in the middle of my database list, and I can't figure out where!