# 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 [since_date] ``` === "From Source" ```sh mix pleroma.digest test [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 ```