Hello, I am fairly new to Exchange Email servers. I wrote an smtp app to notify clients about things from our company. 5 to 10 emails will get sent through various servers. Right now I send the emails to a test account on yahoo mail. Not all of the emails appear to be getting through. 1 email will go through mail.server1.net, 2 more emails will go thru mail.server2.net, 3 might go thru mail.server3.com,...I added a Thread.Sleep(500) to my email loop. Sometimes all of the emails will get through now, but not consistently. Is this an email traffic thing or a server thing? Thanks, Rich
OK. my test emails just came through. I guess it WAS email traffic. If anyone has any comments, suggestions - please share. "Rich" wrote: > Hello, > > I am fairly new to Exchange Email servers. I wrote an smtp app to notify > clients about things from our company. 5 to 10 emails will get sent through > various servers. Right now I send the emails to a test account on yahoo > mail. Not all of the emails appear to be getting through. 1 email will go > through mail.server1.net, 2 more emails will go thru mail.server2.net, 3 > might go thru mail.server3.com,...I added a Thread.Sleep(500) to my email > loop. Sometimes all of the emails will get through now, but not > consistently. Is this an email traffic thing or a server thing? > > Thanks, > Rich