Adding email (SMTP) recipients using the CLI

Prev Next

Prerequisites

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