[eluser]CI MikeD[/eluser]
[quote author="thepyromaniac" date="1192039975"][quote author="Derek Allard" date="1192038516"]I could have automated the page reloading via a sleep() and a redirect() I guess, but the way it is running now seems to work for them.[/quote]
Wow, why in the hell have I never heard of sleep()? Screw my JavaScript wait & redirect, that way is SO much easier :p[/quote]
wouldnt script timeout if you use sleep even sooner? I think script doesnt reset the timeout clock so you can send less emails if using sleep function.I could be wrong though
One newsleeter script I still use and wrote some time ago goes like this:
-call url: send/50
-send to 0-50 addresses with "for loop" from database (next time send 50-100,100-150 etc)
-do META HTTP-EQUIV="refresh" with pause of 20 seconds and call same URL but : send/100
Selecting correct deviation is easy with MYSQLs "LIMIT".
this we repeat until finished. easy solution but downfall is of course you must not close the browser window until sending is finished.BTW,I appologize for my poor english