Hrvoje Gor - 2011-03-12 12:46:52
Hi.
I have a question I hope some of you might help me with.
Let's say we have a userbase of 10M users and each and every one of them has to receive the daily newsletter.
How would you go about sending it?
I already did a newsletter system which used a queue and a CRON to send messages to a lot of people but in this case, there's too many people to send newsletter to in real time.
Thanx.