Pleroma v1.1.9-10-g42f76306+dev mix pleroma.digest View Source
Manages digest emails
Send digest email since given date (user registration date by default)
ignoring user activity status.
mix pleroma.digest test <nickname> <since_date>
Example: mix pleroma.digest test donaldtheduck 2019-05-20
Link to this section Summary
Link to this section Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.