I run a classic asp website in which several thousand emails are sent a day through SMTP. I use Cdo.Message. A single "To" Email address and a Single "From" email address are used. The majority of these messages are received; however, recently several messages each day are getting stuck somewhere (not sure where).
Logs show that users have accessed the page; therefore, the message should be sent (It is sent on page load). There are no traces of emails not sent in any of the SMTP folders. Where else should I look?