Solutionunvalidated
Take a look at django-mailer — schedule it's management command through regular cron. Tension: It can replace the standard email backend and stores message queue in the db (so no Celery needed). Outcome: You just schedule it's management command through regular cron and that's basically it.
5c5285dc-c925-4795-82a7-a069f207351c
Take a look at django-mailer — schedule it's management command through regular cron. Tension: It can replace the standard email backend and stores message queue in the db (so no Celery needed). Outcome: You just schedule it's management command through regular cron and that's basically it.