This is a discussion on "PHP bulk email on setn date" within the PHP Forum section. This forum, and the thread "PHP bulk email on setn date are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
PHP bulk email on setn date
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
PHP bulk email on setn date
I need a way to send out emails on a set date of the month. No problem there, I could just get php to send it when someone is on the site and check if it has been sent this month.
The problem is I need to send serveral thousand emails at once. On other emailing scripts like this I have had to do a stepping function, i.e 300 emails at a time. I know there is some way of improving mail() speed by leaving the smtp socket open or something like that, but surely it would take too long to send several thousand emails. Does anyone know another way of doing this automaticaly? |
|
|
|
||||
|
Re: PHP bulk email on setn date
On a linux server you could use crontab to run the script automatically but you need to own the server...
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
|||
|
Re: PHP bulk email on setn date
Yeah I have heard of this, but i dont think I have access to that. It would also need to pull the constantly upading email address from a mysql database.
|
![]() |
| Tags |
| email, mail, php |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| thumbnail generator/bulk resize? | danny322 | Graphics and 3D | 3 | Oct 23rd, 2007 20:27 |
| Form submits to email via php, but email is blank!!?? | DH1234 | PHP Forum | 2 | Jun 18th, 2007 10:42 |
| Changing date format in date picker | AdRock | JavaScript Forum | 1 | Aug 1st, 2006 17:16 |
| date, email and number or character validation | ntgcmlfu | Classic ASP | 5 | Jul 30th, 2006 15:32 |
| Bulk Email | humair | Classic ASP | 5 | Apr 23rd, 2004 07:14 |