On 9/18/05, Mian Waqas <[EMAIL PROTECTED]> wrote: > Thanks Gordon > > I am restricted by customer to not to use cron. I have to show > success message after sending more than 1500 mails in a loop. Sending > bulk mails is no problem. It is working fine. Real problem is that I > am not getting the success message at the end of page. Is there any > other solution to this problem. > > Thanks, > Waqas
Strange - Not allowed to use cron ? Ok - Then the 2nd way, is to create the text-files with =================== to: (email address sending to) then the text of messages to send..... =============== Create a script to read the trext files & send out the message.... you can then send 50, or 100 - in one go (so as not to stop / error in the script)... & then delete the text files - & then "refresh" the page to run the script again... it will then slowly work through the files until all the messages are sent... (you can test this, by sending messages to yourself...- & then when its ready - re-start the script)... (another small script to re-create the text-files too...) - but thats no problem... :- Open & read a file of email addresses :- Loop through un-used file names :- Save new message with a TO name with the next email address.. (i'll dig mine out for you ... if you want...) -- G Stewart http://e-services.kwister.com/ NZ community groups - [EMAIL PROTECTED] ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/HKFolB/TM --------------------------------------------------------------------~-> Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
