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 --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/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/
