bird email inbound-addresses get
Usage
Codebeispiel
bird email inbound-addresses get <inbound-address-id> [flags]Description
Fetch one inbound address by its ID: the address you forward mail to, plus its label. Use bird email inbound-addresses list to find IDs.
Examples
Codebeispiel
bird email inbound-addresses get <inbound-address-id>
bird email inbound-addresses get <inbound-address-id> -f text
# find an id to pass
bird email inbound-addresses listOptions
| Name | Description |
|---|---|
| --response-schema | Print the fields this command returns, then exit |
Related
| Name | Description |
|---|---|
| bird email inbound-addresses create | Create an inbound address |
| bird email inbound-addresses delete | Delete an inbound address |
| bird email inbound-addresses list | List inbound addresses |
| bird email inbound-addresses update | Update an inbound address |