bd help --doc mail.
Delegates mail operations to an external mail provider.
Agents often type ‘bd mail’ when working with beads, but mail functionality
is typically provided by the orchestrator. This command bridges that gap
by delegating to the configured mail provider.
Configuration (checked in order):
- BEADS_MAIL_DELEGATE or BD_MAIL_DELEGATE environment variable
- ‘mail.delegate’ config setting (bd config set mail.delegate “gt mail”)
Configure delegation (one-time setup)
export BEADS_MAIL_DELEGATE="gt mail"