89b3ed237ee07a4d0513849c3ccfaf2025490477
[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 ## `test`
5
6 ```sh
7 $PREFIX test <nickname> <since_date>
8 ```
9
10 Send digest email since given date (user registration date by default) ignoring user activity status.
11
12 Example:
13 ```sh
14 $PREFIX test donaldtheduck 2019-05-20
15 ```