Skip to main content

Mail Server Settings

Overview

Mail server settings let you configure how ObserveOps (formerly known as AIOps) sends email notifications, alerts, and scheduled reports. ObserveOps supports two email delivery methods: SMTP for standard mail server connections, and Microsoft Graph API for organizations that use Microsoft 365 and have disabled SMTP AUTH in Exchange Online.

Go to Menu. Select System Settings System Settings icon. Then select Mail Server Settings. The mail server settings screen opens.

Mail server settings screen showing the Email Provider selection with SMTP and Microsoft Graph API options

Select your email provider and fill in the fields for that provider.


SMTP Configuration

The SMTP tab lets you connect ObserveOps to any standard SMTP mail server. Use this option when your organization sends email through an on-premises mail server or a cloud email provider that supports SMTP AUTH.

FieldDescription
SMTP ServerEnter the address of your SMTP server. This is the server responsible for sending outgoing emails.
Use Proxy ServerEnable this option to route SMTP connections through the configured proxy server. Ensure proxy settings are correctly configured in the system.
Security Type

Choose the security type for the SMTP server connection:

- None: No encryption is applied to the connection.

- SSL: Secure Socket Layer encryption is used for the connection.

- TLS: Transport Layer Security encryption is used for the connection.

Select the option that matches your email service provider's requirements.

SMTP Server PortEnter the port number the SMTP server uses. Common SMTP ports are 25, 465, or 587. Check with your email service provider for the correct port.
Authentication Type

Choose the authentication method for the SMTP connection:

- Basic: Displays the Authentication Required toggle. Enable it to enter a username and password.

- OAuth 2.0: Enter the username and select a credential profile configured for OAuth.

From EmailEnter the email address that appears in the From field on all outgoing notifications and reports.
Authentication RequiredToggle this on to require username and password authentication. This option appears only when you select Basic as the authentication type.
User NameEnter the username for the SMTP account. This field appears when authentication is required.
PasswordEnter the password for the SMTP account. This field appears only when you select Basic as the authentication type.
Credential ProfilesSelect an existing credential profile to use for OAuth 2.0 authentication. You can also create a new credential profile directly from this screen using the Create Credential Profile button.
info

See Configuring OAuth with Microsoft Azure for steps to set up OAuth 2.0 authentication with Microsoft Entra.

Click Test to verify the connection to the SMTP server. A successful test confirms that the settings are correct and ObserveOps can send email. Click Save Mail Server Settings to apply the configuration.