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 --- In [email protected], Gordon Stewart <[EMAIL PROTECTED]> wrote: > On 9/17/05, Mian Waqas <[EMAIL PROTECTED]> wrote: > > Hi Friends, > > > > I'm sending bulk mail to the customers. It takes normally half an hour > > to send emails to approximatley 1700 customers. At the end I get this > > error "Page cannot be displayed.". How can I solve this problem and > > show proprer html/graphics after sending emails. > > > > Thanks, > > Waqas > > Why dont you do a scheduled basis ? > > Eg - Save all the information to text-files (one message per > customer).. & do a small cron-job to send/email one message out every > few minutes.... > > Of course - it depends on how your email limit is (any restrictions).. > - But Ive goty mine to send 1 message every 2 minutes.... (to keep > under my 1,000 a day limit...) > > All of my scripts use this method - & save messages to text- files...... > > I'm assuming your limit is quite high - So why dont you send 500 > messages a minute..... > > (doing a quick calculation on 1700 messages in half an hour...) > > -- > 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/
