Merge branch 'develop' into issue/1383
[akkoma] / docs / administration / CLI_tasks / digest.md
1 # Managing digest emails
2 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`.
3
4 ## Send digest email since given date (user registration date by default) ignoring user activity status.
5
6 ```sh
7 $PREFIX test <nickname> [<since_date>]
8 ```
9
10 Example:
11 ```sh
12 $PREFIX test donaldtheduck 2019-05-20
13 ```