Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sherzberg committed Jun 22, 2011
1 parent 7a2ea72 commit 90a48cf
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,19 @@ v.1 - 2011-06-21
This django app is used to manage bulk (and one off) emails. You can create email templates,
and email lists. Emails can be created and bulk sent in a future date.

This project was just created so expect things to be broken and get much better over time.
Features (that currently work):
- (manually) Create and edit model/objects in models.py
- (manually) Send queue emails
- (manually) Send one off emails. Used in generic forms or for event notifications on your site
- Integrates with tinymce, just install django-tinymce and configure it appropriately

Future Features:
- Create email lists
- Query
- User defined
- Email signup, like newsletters and such
- Celery async email jobs
- Notification signals (register signals for custom events and get emails)
- Admin actions to process emails
- Newsletter signups

0 comments on commit 90a48cf

Please sign in to comment.