Re: django mailing list app

2010-07-22 Thread James Hancock
Thanks I will take a look at it. :) Cheers, Hancock On Mon, Jul 19, 2010 at 7:13 PM, Ryan Osborn wrote: > How about this? > > http://www.freehackers.org/thomas/2010/04/03/announcing-colibri-10-alpha1-a-mailing-list-manager-with-a-django-based-web-interface/ > > Ryan > > On Jul 18, 10:34 am, Jam

Re: django mailing list app

2010-07-19 Thread Ryan Osborn
How about this? http://www.freehackers.org/thomas/2010/04/03/announcing-colibri-10-alpha1-a-mailing-list-manager-with-a-django-based-web-interface/ Ryan On Jul 18, 10:34 am, James Hancock wrote: > I am looking for an app that can manage subscriptions to a mailing list for > a web app I am making

django mailing list app

2010-07-18 Thread James Hancock
I am looking for an app that can manage subscriptions to a mailing list for a web app I am making. For those who are curious I am creating a web app for managing free english classes in japan. The current site is goeigo.org. Features: allow users to subscribe and unsubscribe to the list. Allow ad

Re: Creating a mailing list app with Django

2010-03-01 Thread Kenneth Gonsalves
On Monday 01 Mar 2010 4:16:21 pm grimmus wrote: > I have a mailing list subscription on my site. I would like to send > out an email to all the people who have signed up through the site. > here is a sample: http://bitbucket.org/lawgon/fossconf/src/tip/web/views.py see line 876 'bulkmail' -- r

Creating a mailing list app with Django

2010-03-01 Thread grimmus
Hi, I have a mailing list subscription on my site. I would like to send out an email to all the people who have signed up through the site. I have a model for the subscribers and it's all fine. I am wondering how i would construct the html email in the Django admin area and send it out to all the

Mailing list app

2010-02-11 Thread Vitaly Babiy
Hey guys, Has any found a good application to send emails to your users? Like you want to let all your user know of downtime. Thanks Vitaly Babiy -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...