Move digest email docs to a separate file and improve styling

This commit is contained in:
rinpatch 2019-10-03 01:09:51 +03:00
commit 869ea2ab90
3 changed files with 18 additions and 12 deletions

View file

@ -0,0 +1,15 @@
# Managing digest emails
Every command should be ran with a prefix, in case of OTP releases it is `./bin/pleroma_ctl digest` and in case of source installs it's `mix pleroma.digest`.
## `test`
```sh
$PREFIX test <nickname> <since_date>
```
Send digest email since given date (user registration date by default) ignoring user activity status.
Example:
```sh
$PREFIX test donaldtheduck 2019-05-20
```