Configuring Global Notification Settings

You can specify email notification settings for automated delivery of backup policy results and daily reports. Every daily report contains cumulative statistics on all backup and restore sessions, as well as retention sessions performed within the past 24-hour period.

Important

Veeam Backup for AWS does not support sending e-mails through TLS Wrapper.

To connect an email service that will be used for sending email notifications:

  1. Switch to the Configuration page.
  1. Navigate to General > E-mail.
  2. Select the Enable email notifications check box.
  3. Click the link in the Email server field and configure email server settings.
  1. In the From field, enter an email address of the notification sender. This email address will be displayed in the From field of notifications.
  1. In the To field, enter an email address of a recipient.

For each particular policy, you can configure specific notification settings. For more information on backup policies, see Performing Backup.

Note

If you specify the same email recipient in both backup policy notification and global notification settings, Veeam Backup for AWS will override the configured global notification settings and will send each notification to this recipient only once to avoid notification duplicates.

  1. In the Subject field, specify a subject for notifications. You can use the following runtime variables:
  • %JobName% — a backup policy name.
  • %JobResult% — a backup policy result.
  • %ObjectCount% — the number of instances in a backup policy.
  • %Issues% — the number of instances in a backup policy that encountered any issues (errors and warnings) while being processed.

The default subject for email notifications is: [%JobResult%] %JobName% (%ObjectCount% instances) %Issues%.

  1. In the Notify me immediately on policy section, choose whether you want to receive email notifications in case backup policies complete successfully, complete with warnings or complete with errors.
  1. To receive daily reports, select the Send daily report at check box and specify the exact time when the reports will be sent.
  1. Click Save.

Tip

Veeam Backup for AWS allows you to send a test message to check whether you have configured all settings correctly. To do that, click Send Test E-mail. A test message will be sent to the specified email address.

Configuring Email Server Settings

To configure email server settings, choose whether you want to employ Basic (SMTP) or Modern (OAuth 2.0) authentication for your email service.

Using Basic Authentication

To employ the Basic authentication to connect to your email server, in the Email Server Settings window:

  1. From the Authentication drop-down list, select Basic.
  2. 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.
  3. In the Port field, specify a communication port for SMTP traffic. The default SMTP port is 25.
  4. In the Timeout field, specify a connection timeout for responses from the SMTP server.
  5. For an SMTP server with SSL/TLS support, select the Connect using SSL check box to enable SSL data encryption.
  6. If your SMTP server requires authentication, select the This server requires authentication check box and choose an account that will be used when authenticating against the SMTP server from the Connect as drop-down list.

For an account to be displayed in the list of available accounts, it must be added to Veeam Backup for AWS as described in section Adding SMTP Accounts. If you have not added an account beforehand, click Add and complete the Add Account wizard.

  1. Click OK.

Using Modern Authentication

To employ the Modern authentication to connect to your email service:

  1. From the Authentication drop-down list, select Modern.
  2. In Email Server Settings window, copy the URL from the Redirect URL field.
  3. For Veeam Backup for AWS 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 AWS Web UI.

  1. Back to the Veeam Backup for AWS Web UI, do the following in the Email Server Settings window:
  1. Use the Mail service drop-down list to choose whether the service that you want to use to send email notifications is a Google or Microsoft email service.
  2. 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.
  3. [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.
  4. Click Authorize. You will be redirected to the authorization page. Sign in using a Google or Microsoft Azure account to validate the configured settings.
  5. Click OK.

Configuring Email Notifications