Adding Email (SMTP) Recipients Using the CLI

Prerequsites

To add an email recipient:

  1. Enable the CLI configuration mode:

    hostname > enable

    hostname # configure terminal
  2. Add a recipient for email notifications:
    hostname (config) # fenotify email recipient <rname>
  3. Enable the email account to receive notifications:
    hostname (config) # fenotify email recipient <rname> enable
  4. Specify the email address of the recipient who will receive email notifications:
    hostname (config) # fenotify email recipient <rname> email-address email_address
  5. Save the configuration:
    hostname (config) # write memory