aboutsummaryrefslogtreecommitdiff
path: root/docs/administration/CLI_tasks/digest.md
blob: a70f24c061b17624c6fa9fbf536abe9b45467b15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Managing digest emails

{! backend/administration/CLI_tasks/general_cli_task_info.include !}

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

```sh tab="OTP"
 ./bin/pleroma_ctl digest test <nickname> [<since_date>]
```

```sh tab="From Source"
mix pleroma.digest test <nickname> [<since_date>]
```


Example: 
```sh tab="OTP"
 ./bin/pleroma_ctl digest test donaldtheduck 2019-05-20
```

```sh tab="From Source"
mix pleroma.digest test donaldtheduck 2019-05-20
```