Email queueing in php
What is the most proper way to sending email of minimal 1000 or more in PHP? Any reliable email queuing technique that is capable to handle that? You could just insert your emails into a Mail Queue database table, and have a separate process check the queue and batch send a certain number at once. There's a tested solution for that: PEAR Mail_Queue Works fine for me. as mercutio suggested, i would insert a new record into a mail queue table for each email waiting to be sent and then use a separate process (like a CRON) to check the table periodically for any