email

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

Option

Type

Description

--email

string, required

email address to add

--test

Y or N

test sending email before adding

[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

Option

Type

Description

--email

string, required

email address to remove

test

Send a test email

Option

Type

Description

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

List email addresses for a configuration