Hi,
We've got a database of around 120 partners that we want to email a personalised letter at once.
I decided to do this using php's mail() command.
Basically, the script gets all the addresses and loops through one at a time and sends a message.
The problem is, when I run it, using my own address for each record, only 20 are sent (exactly 20, every time). After that it if I try again it sends none.
If I try a different mail script somewhere else on the website, it works fine.
If I come back to it a day later, it does the same thing, 20, then nothing, which leads me to think that it may have something to do with qmail's queue.
Does this sound familiar to anyone at all?
It's running in a FreeBSD 4.8 server.
Thanks
Aaron
We've got a database of around 120 partners that we want to email a personalised letter at once.
I decided to do this using php's mail() command.
Basically, the script gets all the addresses and loops through one at a time and sends a message.
The problem is, when I run it, using my own address for each record, only 20 are sent (exactly 20, every time). After that it if I try again it sends none.
If I try a different mail script somewhere else on the website, it works fine.
If I come back to it a day later, it does the same thing, 20, then nothing, which leads me to think that it may have something to do with qmail's queue.
Does this sound familiar to anyone at all?
It's running in a FreeBSD 4.8 server.
Thanks
Aaron