Email date based. |
12/4/2007 11:49:13 | |
| PHPRunner General questions | ||
|
H
hassanprogrammer author
Hello, |
||
|
|
Sergey Kornilov admin 12/4/2007 |
|
You need to write the script that check the date and send the email if required. Setup a cron job to run this script on timely fashion. |
|
|
H
|
hassanprogrammer author 12/4/2007 |
You need to write the script that check the date and send the email if required. Setup a cron job to run this script on timely fashion.
|
|
|
D
|
danielesimone 4/4/2009 |
|
Oh you mean this is to be done outside of phprunner. I got no way to do this using phprunner.
|
|
|
|
Sergey Kornilov admin 4/4/2009 |
|
It's not possible without external scheduler like cron. PHP page is only executed when someone opens in in browser. To run a certain PHP script on timely fashion you need an external scheduler. |
|
|
M
|
mmponline 4/5/2009 |
|
Also note that PHP Language (Not PHPRunner) does not handle sending bulk e-mails very well. I've tried some scripts and it normally send small packets of 10 or so e-mails, but just do nothing with a lot of mails. I did some research on the net and it was clear that using PHP for lots of mails is not the way to go. |
|