Not to mention that with that many messages, there are going to be
errors -- some permanent, some transient. Django's email system isn't
designed to be a mass mailer on that scale. It's a whole other class of
problem.
> Is there are better way to do mass emailing to our subscribers?
One immediate possibility that jumps to mind is to set up some mailing
list software. Django sends email to the mailing list address and it
then goes out to everybody. You'll need to configure things so that
other people cannot post to the list, etc, but that's just a matter of
configuration.
If you use mailman (written in Python; well tested in production
settings), you could fairly easily write some code to synchronise the
mailman subscription list with whatever database table you are currently
using to store the subscribers, I suspect.
Another possibility is to use some sort of queueing system or service so
that the emails are inserted into the queue and then sent over an
extended period of time.
Regards,
Malcolm
>
> Cheers
>
> Goran
>
> >
>
--
I've got a mind like a... a... what's that thing called?
http://www.pointy-stick.com/blog/
django-mailer is intended to be used for exactly this. It's not usable
yet, but could always do with more people driving it to completion.
See http://code.google.com/p/django-mailer/
James
--
James Tauber http://jtauber.com/
journeyman of some http://jtauber.com/blog/