summaryrefslogtreecommitdiff
path: root/docs/administration/CLI_tasks/digest.md
blob: a590581e3592245a41628a2492815b33347354ae (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
25
26
27
28
29
30
31
32
33
# 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.

=== "OTP"

    ```sh
     ./bin/pleroma_ctl digest test <nickname> [since_date]
    ```

=== "From Source"

    ```sh
    mix pleroma.digest test <nickname> [since_date]
    ```


Example: 

=== "OTP"

    ```sh
    ./bin/pleroma_ctl digest test donaldtheduck 2019-05-20
    ```

=== "From Source"

    ```sh
    mix pleroma.digest test donaldtheduck 2019-05-20
    ```