I'm in the process of writing a simple newsletter managers with a web 
interface and since I've been a Django user for the past 2 years, I 
thought of using Django for this task.

Some of the main requirements are:

* Personalised HTML/text messages
* Manual delivery twice a week
* Message logging/archiving
* Amount of newsleter issues: ~50
* Amount of subscribers: 500-5000

I was wondering about sending personalised mass mail and scaling issues, 
since I assume that each email message would need to be rendered 
separately to insert subscribers' first and last name, and other related 
information and sent using its own SMTPConnection.

Can Django handle this task reliably? If so, I'd be interested in best, 
most efficient ways of doing so from other Django users who have done it 
before.

I'd appreciate your comments, suggestions, tips and any other advice you 
might offer.


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