Forum Moderators: open

Message Too Old, No Replies

CDONTS or CDOSYS

         

celgins

12:05 am on Jan 23, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



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)

WebmasterWorld Senior Member 10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



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!

Thanks for the info.