What is the best (and safest) way to send out a short text-based e-mail to thousands of customers at once? All of the e-mail addresses are contained in a mySQL table.
A PHP script generally would time out and I don't want to hammer the server, either.
What would be the best method for doing this?
Thanks in advance!
A PHP script generally would time out and I don't want to hammer the server, either.
What would be the best method for doing this?
Thanks in advance!
phpList is actually quite good for what it is and the price (free).

Comment