| Webmaster Forum Rules | Posting Guide | Contact Us | Testimonials | Contributing Geek Program | Advertise on Geek/Talk |
|
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Registered User
Join Date: Sep 2001
Posts: 99
|
I run a loop in PHP using the mail() function, mailing each address in the database. As the list grows, its taking longer and longer to execute so I'm worried its a bad script. I want to avoid using BCC though and need to store the addresses in my database. Any ideas?
|
|
|
|
|
|
#2 |
|
Registered User
Join Date: Dec 2001
Location: UK
Posts: 739
|
http://www.netatlantic.com - get the professionals to host and send the list for you. it costs a little (not sure how many members you have), but its well worth it.
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Sep 1999
Location: Irvine, California
Posts: 667
|
Simply accesing the mail() command thousands of times is not a great way of doing things because it requires a persistant connection. Short of going with a outsourced service, get a script like PowerList (solutionscripts.com) that sues the fork() command to split the process and therefore handle more requests without making you keep the script running.
Please realize that if you are on a sharred server and mail several thousand people you will most likely get shut off for one reason or another. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Everyone.net mail plus for free? | LastActionHero | Making Money with CPC and/or CPM Programs | 14 | 11-27-2001 03:53 AM |
| Special Direct Mailing And Newsletter Rates | Calvin888 | Archives of old posts from Let's Barter/Trade, Buy, & Sell | 0 | 09-05-2001 02:30 AM |
| Mail servers and Reverse DNS | gallery | Web Design and Webmaster Issues | 0 | 02-01-2001 11:17 PM |
| Why banners are bad for you | truelight | Making Money with CPC and/or CPM Programs | 4 | 01-10-2001 08:05 AM |
| Newsletter CPC ads.... | Arn | Making Money with CPC and/or CPM Programs | 2 | 12-15-1999 06:05 AM |
![]()