An email newsletter application for the Django web application framework, including an extended admin interface, web (un)subscription, dynamic e-mail templates, an archive and HTML email support.
I need the emails to be sent from the administration panel, but this does not happen, what it does is put it in the queue, and for them to be sent I must go to the console and use the command:
($ python manage.py submit_newsletter)
I need the emails to be sent from the administration panel, but this does not happen, what it does is put it in the queue, and for them to be sent I must go to the console and use the command: ($ python manage.py submit_newsletter)
Someone to help me achieve what I need.
Thanx