============================================
How to send Newsletters with django-campaign
============================================

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

* Setup one or more SubscriberList objects in the admin interface or
  programmatically. 

* Create a Campaign object and the corresponding MailTemplate object.

* Assign one or more SubscriberList objects as recipients to the Campaign.

* Finally send the Campaign.

