6.9. SMTP Server Setup

Configuring an external SMTP server can be done either in the WebUI or using the CLI. Note that the InCenter SMTP client will use STARTTLS when communicating with an SMTP server.

Configuring an SMTP Server Using the WebUI

When report or alarms are configured so they are sent to an email address, an SMTP server must also be configured. This is done by pressing the SMTP Settings button in the initial WebUI page for alarms or reports. The button on the alarms page is shown below.

SMTP Settings

Figure 6.62. SMTP Settings

An external SMTP server can now be defined.

Add an SMTP Server Dialog

Figure 6.63. Add an SMTP Server Dialog

Configuring an SMTP Server Using the CLI

The following is an example of a CLI command to configure an SMTP server:

admin@InCenter:/> cc Settings 
admin@InCenter:/Settings> set SMTPServer Enabled=Yes
			Host=smtp.example.com
			FromAddress=reports_alerts@mycompany.com
			Username=mySMTPUsername
			Password=mySMTPPassword