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

submit_newsletter on UI page #361

Open cuom1999 opened 3 years ago

cuom1999 commented 3 years ago

Is there any way to submit_newsletter on the admin page instead of accessing the server and running python manage.py submit_newsletter? I understand it would be easier for developers to run the command on terminal, but I think making a button on UI admin would make it more friendly to users.

symbolic-ac commented 3 years ago

Yes. Doing so, marketing guys can also do this stuff

netxone commented 2 years ago

have same problem. At present, the user/admin have to always contact the developer to send the newsletter. Is there any way to submit the newsletter from django admin panel?

ekerstein commented 2 years ago

You should create a recurring task / cron job to run the "submit_newsletter" management command. Then whenever emails are put into the queue they will be sent automatically.