View Single Post
  #1 (permalink)  
Old 07-20-05, 05:09 PM
2jesters 2jesters is offline
Newbie Coder
 
Join Date: Oct 2004
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy Having a problem with mail()

Hi Gang,

I've written an program to send emails to my subscribers listed in my mySQL database. Everything works fine until about 200 emails have been sent. Then I get this message in a returned emails from the rest of the list - unrouteable mail domain "(domain's name).com", these are like yahoo, msn, etc.

I tried putting a 1 second usleep in between each search of my database, but that didn't help.

Any suggestions?

Thanks
John
Reply With Quote