Hello all-
I have successfully implemented phpmailer, but am running into problems with the time it takes to send out thousands of e-mails.
Has anyone had success queueing the process? Is it even possible?
phpmailer works fine, but it takes FOREVER. I'm seriously thinking of just finding my own way of doing things, sending my messages to some sort of qmail queue.
Anyone have any suggestions?
Anyone figured out how to successfully Queue phpmailer? Run it in the background?