My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

A basic newsletter app for the Django webframework

Here is a very brief overview how to use django-campaign:

  • Configure one or more QuerySets of subscribers (can be done via admin interface). No need to import any data, just use your existing django models.
  • Create a Campaign object and the corresponding MailTemplate object.
  • Assign one or more Subscriber-Lists as recipients to the Campaign.
  • Finally send the Campaign.

Features:

  • Multipart Emails are supported by specifying a plaintext and an optional html template.
  • Optional handling of subscribe and unsubscribe links is possible, please see the docs for more details.

If you miss an important feature feel free to file a ticket.

What django-campaign ist not

Django-campaign is not intended for use-cases where newsletter sending is a core component. It's targeted at sites where ocaasionally a newsletter has to be sent out to a small list of sbscribers (think of <500). I'm using this app at a few sites where no site has more than 250 subscribers and no site sends out newsletters more than once a month. Django-campaign should just make this task easy and without installing/configuring/managing yet another software.

News

2009-05-08 r21 released r21 as version 0.1.1 (also available via easy_install django-campaign)

Powered by Google Project Hosting