I have a site that sends 40k in a day. take a look at http://code.google.com/p/django-mailer/
I'm using that, though I've now modified it and not had a chance to release my version. mails are put into a queue and the queue is fed by a background daemon loop I've added html support and actually I don't render out each mail at send time. I render one message, then I have various placeholders which can be replaced at send time for the individual. there is absolutely no way you can emails to more than 50 users while the sender waits for the view to return there will be errors there will be bounces On Mar 11, 12:24 am, onoxo <vedran.ko...@gmail.com> wrote: > @CLIFFORD ILKAY > how did you handle so much mails? > > On Mar 11, 12:22 am, onoxo <vedran.ko...@gmail.com> wrote: > > > > > hi! > > > I know about Mailman but i have to send unique mail to each user, kind > > of confirmation with system generated url. > > > On Mar 11, 12:16 am, CLIFFORD ILKAY <clifford_il...@dinamis.com> > > wrote: > > > > On 03/10/2010 02:19 PM, onoxo wrote: > > > > > how much mails can i send with send_mass_mail() > > > > i have like 7000 users and i have send mail to all of them. > > > > I've done large mailshots before. It's not fun if you don't have some > > > method of bounce handling because even if you have a very clean list, > > > with a list that large, you're bound to get the usual array of soft and > > > hard bounces. Creating an announcement only mailing list in Mailman is > > > quite easy. If you do that, your Django app only has to send an email to > > > one address, the announcement only list's address. Then, you have a > > > mature body of code to handle bounces, unsubscribes (if you wish), etc. > > > Mailman is written in Python so it's easy to incorporate with your code > > > at a lower level, if you need that. > > > -- > > > Regards, > > > > Clifford Ilkay > > > Dinamis > > > 1419-3266 Yonge St. > > > Toronto, ON > > > Canada M4N 3P6 > > > > <http://dinamis.com> > > > +1 416-410-3326 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.