I am working on a app, that will send a quite large amount of emails. (over 300).
has anyone experience with this problem? (i am putting script to sleep for 3 secs sleep(3) every 10, to avoid problems), maybe another suggestions?
i want the script to display line message to the browser immediately without waiting for the buffer to be flushed. any idea how to do it, without messing in the php.ini (makin it available only for the current script)?
thank you folks,