Open subramanyamVemu opened 8 years ago
I am from the django-mailer world which has a retry deferred command to add the failed mails in the queue again
Source File
https://github.com/pinax/django-mailer/blob/master/docs/usage.rst#clear-queue-with-command-extensions
Is an equivalent command applicable to django-post_office
We don't have that yet. A PR would be welcome 😃
I am from the django-mailer world which has a retry deferred command to add the failed mails in the queue again
Source File
https://github.com/pinax/django-mailer/blob/master/docs/usage.rst#clear-queue-with-command-extensions
Is an equivalent command applicable to django-post_office