Hi,

I've been sending out email to a list of around 8000 people on a
monthly basis using django and was wondering whether there is a way to
optimise the process.

Currently, I open a mail connection [ mail_connection =
SMTPConnection(fail_silently=True) ] and then loop through each
message calling the .send() method.

however, this takes about 2 seconds per message which is ridiculous!

Is there are better way to do mass emailing to our subscribers?

Cheers

Goran

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to