Configuring Email Notification Settings
You can specify email notification settings for automated delivery of job results and daily reports. To connect an email service that will be used for sending email notifications:
- Switch to the Configuration page.
- Navigate to Settings > Email.
- Select the Enable email notifications check box.
- Click the link in the Email service field and configure mail server settings.
- In the From field, enter an email address of the notification sender. This email address will be displayed in the From field of notifications.
- In the To field, enter an email address of a recipient. Use a semicolon to separate multiple recipient addresses.
- In the Subject field, specify a subject for notifications. You can use the following runtime variables:
- %JobName% — a job name.
- %JobResult% — a job result.
- %ObjectCount% — the number of VMs or PDs in a job.
- Choose whether you want to receive email notifications in case jobs complete successfully, complete with warnings or complete with errors.
- Select the Suppress notifications until the last retry check box to receive a notification about the final job status. If you do not enable this option, the Nutanix AHV backup appliance will send one notification per every job retry.
- Click Apply.
Tip |
Veeam Backup for Nutanix AHV allows you to send a test message to check whether you have configured the settings correctly. To do that, click Send Test Email. A test message will be sent to the specified email address. |
Configuring Mail Server Settings
To configure mail server settings, choose whether you want to employ Basic (SMTP) or Modern (OAuth 2.0) authentication for your mail service.
To employ the Basic authentication to connect to your mail server, in the Email Server Settings window:
- From the Mail service drop-down list, select Basic.
- In the Mail server name or address field, enter a DNS name or an IP address of the SMTP server. All email notifications (including test messages) will be sent by this SMTP server.
- In the Port field, specify a communication port for SMTP traffic. The default SMTP port is 587.
- In the Timeout field, specify a connection timeout for responses from the SMTP server.
- For an SMTP server with SSL/TLS support, select the Connect using SSL check box to enable SSL data encryption.
- If your SMTP server requires authentication, select the This SMTP server requires authentication check box and specify credentials that will be used to connect to the SMTP server.
- Click Save.
To employ the Modern authentication to connect to your mail server:
- In Email Server Settings window, copy the URL from the Redirect URL field.
- For Veeam Backup for Nutanix AHV to be able to use OAuth 2.0 to access Google Cloud or Microsoft Azure APIs, register a new client application either in the Google Cloud console or in the Microsoft Azure portal.
- When registering the application, make sure that the redirect URI specified for the application matches the URL copied from the Veeam Backup for Nutanix AHV web console.
- Back to the Veeam Backup for Nutanix AHV Web UI, do the following in Email Server Settings window:
- Use the Mail service drop-down list to choose whether the server that you want to use to send email notifications is a Google or Microsoft mail server.
- In the Application client ID and Client secret fields, provide the Client ID and Client secret created for the application as described in Google Cloud documentation or Microsoft Docs.
- [Applies only if you have selected the Microsoft option] In the Tenant ID field, provide the ID of an Azure AD tenant in which the application has been registered.
- Click Authorize. You will be redirected to the authorization page. Sign in using a Google or Microsoft Azure account to validate the configured settings.