Gábor Farkas wrote: > in my django app, at some point i have to send out a LOT of emails > (several thousand). > > ... > > so, are there any other, more elegant/simpler solutions?
put data into DB table, and then have some script on cron which send emails on "background"? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---