django-q-email
django-q-email copied to clipboard
Queues the sending of email with Django Q.
Results
2
django-q-email issues
Sort by
recently updated
recently updated
newest added
According with Django documentation: https://docs.djangoproject.com/en/3.2/topics/email/#sending-alternative-content-types > By default, the MIME type of the body parameter in an EmailMessage is "text/plain". It is good practice to leave this alone, because it...
I have Django Q setup to use the DB as the queue, `Q_CLUSTER = { "orm": "default" }`. With this setting, email never sends. Using Django 3.1.1, django-q 1.3.3, django-q-email...