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

## Send digest email since given date (user registration date by default) ignoring user activity status.

```sh
$PREFIX test <nickname> [<since_date>]
```

Example: 
```sh
$PREFIX test donaldtheduck 2019-05-20
```