Manage email notifications
Subcommands
add
Add email address to a configuration
remove
, rm
Remove email addresses from a configuration
test
Send a test email
list
, ls
List email addresses for a configuration
add
dbvcli email add {-d|--name} CONFIGURATION_NAME [--OPTIONS]
Add email address to a configuration
Option | Type | Description |
---|
--email
| string, required | email address to add |
--test
| Y or N | test sending email before adding |
Example
[oracle@dbvel71 bin]$ ./dbvcli -d orcl21c email add
Connecting to the Control Center at dbvel72.oraclekiwi.co.nz:4433 ✓
Add Email Address 1/2
Enter the email address to add to the configuration.
Email Address:
> leon.mathews@dbvisit.com
Add Email Address 2/2
Select whether to send a test email using this email address before adding it.
Send Test Email:
( ) Yes
(•) No
Email address successfully added
remove, rm
dbvcli email remove {-d|--name} CONFIGURATION_NAME [--OPTIONS]
dbvcli email rm {-d|--name} CONFIGURATION_NAME [--OPTIONS]
Remove email addresses from a configuration
Option | Type | Description |
---|
--email
| string, required | email address to remove |
Example
[oracle@dbvel71 bin]$ ./dbvcli -d orcl21c email rm
Connecting to the Control Center at dbvel72.oraclekiwi.co.nz:4433 ✓
Remove Email Address
Select the email addresses to remove.
Email Addresses:
> [ ] vijay.sivaprakasam@dbvisit.com
[✓] leon.mathews@dbvisit.com
Confirmation
Select Yes to proceed with removing the selected email addresses, or No to
cancel the operation.
Confirm Remove Email Addresses:
(•) Yes
( ) No
Email address successfully removed
test
dbvcli email test {-d|--name} CONFIGURATION_NAME [--OPTIONS]
Send a test email
Option | Type | Description |
---|
--email
| string, required | email address to send email to |
--show-debug
| Y or N | whether to show detailed debug information |
list, ls
dbvcli email list {-d|--name} CONFIGURATION_NAME
dbvcli email ls {-d|--name} CONFIGURATION_NAME
List email addresses for a configuration
Example
[oracle@dbvel71 bin]$ ./dbvcli -d orcl21c email list
Connecting to the Control Center at dbvel72.oraclekiwi.co.nz:4433 ✓
Email Addresses for Configuration orcl21c
vijay.sivaprakasam@dbvisit.com
leon.mathews@dbvisit.com
Comments