Hello,
I am relative newbiew to php & I have a script, which sends email to a database of about 50000.
Script is built like that:
1.Selects all distinct emails
2.UPDATES the email row after sending email to it, so that it recognzes it has already sent email to this address. Is this good solution?
The problem is that the script halts after sending out 600 - 700 emails. Is it somehow possible to correct this? Maybe build in some delay or is it possible to start the script automatically after halting?