Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey authored Jan 13, 2021
1 parent 35d0968 commit ae0475c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ With mailer in your ``INSTALLED_APPS``, there will be four new
* ``runmailer`` similar to ``send_mail``, but will keep running and checking the
database for new messages each ``MAILER_EMPTY_QUEUE_SLEEP`` (default: 30) seconds.
Can be used *instead* of ``send_mail`` to circumvent the maximum frequency
of once per minutes inherent to cron.
of once per minute inherent to cron.

* ``retry_deferred`` will move any deferred mail back into the normal queue
(so it will be attempted again on the next ``send_mail``).
Expand Down

0 comments on commit ae0475c

Please sign in to comment.