Adding Email (SMTP) Recipients Using the CLI
Prerequsites
- Admin or operator access to appliance
- Email (SMTP) server configured on the appliance. See Adding an SMTP Server Using the CLI
To add an email recipient:
- Enable the CLI configuration mode:
hostname > enable
hostname # configure terminal
- Add a recipient for email notifications:
hostname (config) # fenotify email recipient <rname>
- Enable the email account to receive notifications:
hostname (config) # fenotify email recipient <rname> enable
- Specify the email address of the recipient who will receive email notifications:
hostname (config) # fenotify email recipient <rname> email-address email_address
- Save the configuration:
hostname (config) # write memory