akkoma/docs/docs/administration/CLI_tasks/digest.md
floatingghost d2a185c013
Some checks are pending
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/release Pipeline is pending
ci/woodpecker/push/test Pipeline is pending
Documentation updates for stable release (#73)
Reviewed-on: #73
2022-07-15 12:27:16 +00:00

565 B

Managing digest emails

{! 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
```