A demonstration application for the newsletter library.
People subscribe to the newsletter, and then you send them newsletters.
If they get sick of them they can unsubscribe.
Contains a directory of files.
Directory of static files used in the app.
Templates for front end pages, admin pages and email templates.
There is a command to create a directory with all of the files in it.
newsletterapp --newinstall=/tmp/newinstall
python newsletterapp.py
Check out the command line options and configuration options.
First you’ll want to import emails, or wait until you have subscribers.
Then you will want to compose a new send. Write your email subject, and email body, then save.
Next up, you’ll want to add subscribers to the send. You can do this by going to the list sends section.
Finally you’ll want to send the email out. On the list sends section you can email out a send.
You can import emails with comma separated lines for details.
There is an option to subscribe the emails automatically... which is useful if you are importing them from another system.
Otherwise you can ask the system to send them a subscription email. They will need to click on the confirmation link in the subscription email to do well.
The fields that can be imported are: Email, full name, and tags.
You can enter a subject, and the email to send.
An html editor to edit the html that is to be sent is presented.
Once you create a new send, you will have to add some subscribers to the send.
This lists all of the sends that have been done with this system.
Each send has a status. Either is has just been created, it is in the process of sending, or it has been
You can add subscribers based on tags they have. Or you can add all subscribers. Once you have added subscribers, you can send the emails.
Used to list the subscribers that are subscribed to the newsletter.