jazzband / django-newsletter

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.
GNU Affero General Public License v3.0
844 stars 204 forks source link

Send emails from the administration panel #365

Open LivanAG opened 3 years ago

LivanAG commented 3 years ago

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

ekerstein commented 2 years ago

You need to create a recurring task / cron job to run the "submit_newsletter" management command.