I'd second that.

Have a mailqueue table that you'll insert data to, and have the
asynchronous cron process comb it regularly. Then, you can always
build simple reports that check the status of said table.



On 10/5/06, Michal <[EMAIL PROTECTED]> wrote:
>
> 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"?
>
>
>
> >
>


-- 
Carlos Yoder
http://blog.argentinaslovenia.com/

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to