On Thu, January 17, 2008 3:50 am, Richard Heyes wrote: >> You can easily make a mail queue in php yourself with a daemon that >> checks the queue and sends waiting mail in batches of say 200 per >> minute. (provided you have access to the cli on the server) > > Why when there MTAs? Your shared host may provide no access to config an MTA, but will shut you down automatically if you send either more then 75 emails per minute, or more than 1000 per hour. I worked on such a setup, and crafted a PHP DB queue of emails to make 100% sure their mailing list never got their site shut down. I am confident other examples abound. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php