website/docs/cli-reference/mail.md
Generated from 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):
Examples:
export BEADS_MAIL_DELEGATE="gt mail"
bd config set mail.delegate "gt mail"
bd mail inbox # Lists inbox bd mail send mayor/ -s "Hi" # Sends mail bd mail read msg-123 # Reads a message
bd mail [subcommand] [args...]