aboutsummaryrefslogtreecommitdiff
path: root/docs/administration/CLI_tasks/digest.md
blob: 89b3ed237ee07a4d0513849c3ccfaf2025490477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
```