You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you're using MAILQUEUE_CELERY = True and after a message is saved to DB by msg.save() you need to call .send_mail() method to the message is put to Celery queue and sent.
When you're using
MAILQUEUE_CELERY = True
and after a message is saved to DB bymsg.save()
you need to call.send_mail()
method to the message is put to Celery queue and sent.I didn't found this info on https://django-mail-queue.readthedocs.io so would be nice if can be updated.
The text was updated successfully, but these errors were encountered: