0

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?

jpsnow72
  • 965
  • 2
  • 15
  • 45

1 Answers1

0

Could those users be search engine robots? What does it take to get to that page? how about robotic submissions that are brute forcing their way thru?

Average Joe
  • 4,521
  • 9
  • 53
  • 81