This tool supports a few options. Most are for debugging.
-h
--help Display this documentation
--dryrun
Figure out which dashboards would be sent, but don't actually generate or email any of them
--dashboards DASHBOARD_IDS
Only check specified dashboards(comma-separated IDs).
--time SECONDS
Instead of using the current time to figure out which dashboards should be sent, use SECONDS
(usually since midnight Jan 1st, 1970, so 1192216018 would be Oct 12 19:06:58 GMT 2007).
--epoch SECONDS
Backwards-compatible for --time SECONDS.
--all Ignore subscription frequency when considering each dashboard (should only be used with --dryrun
for testing and debugging)
--user User NAME or ID
Only check the specified user's subscriptions
--recipient User NAME or EMAIL or ID
Only send emails to the specified user. Can be specified multiple times to send multiple emails,
e.g.
--recipient alice@example.com --recipient bob@example.com
This is mostly useful for testing, especially dashboard issues seen only by a specific user. For
typical dashboard emails, set recipients via the subscription settings in the web UI.
--log LEVEL
Adjust LogToSTDERR config option
--statement-log LEVEL
Log any SQL queries produced at the specified log level. This works similar to the $StatementLog
option in the main RT config file.
perl v5.40.1 2025-05-21 rt-email-dashboards(8)