ui / django-post_office

A Django app that allows you to send email asynchronously in Django. Supports HTML email, database backed templates and logging.
MIT License
1.01k stars 268 forks source link

retry_failed command needed #171

Open subramanyamVemu opened 8 years ago

subramanyamVemu commented 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

selwin commented 8 years ago

We don't have that yet. A PR would be welcome 😃