Configure an SMTP email

Configure a basic SMTP email in Devolutions Server by following the steps below.

  1. In Devolutions Server, go to Administration – Server Settings – Email.

  2. In the Authentication type drop-down list, select Basic.

    Basic authentication type
    Basic authentication type
  3. In the Administrator Email field, enter the recipient email address that will receive the errors.

  4. Enter/select all necessary information under the SMTP Configuration section. See the table in the next section for information on each field/setting.

  5. Once the information has been provided, test your email settings with the Test Email button.

  6. If successful, Save your configuration using the icon at the top right.

SMTP configuration settings

Field/SettingDescription
HostEnter the name or IP address of the SMTP server.
PortSelect the SMTP server port.
UsernameEnter the username used to connect to your SMTP server.
PasswordEnter the password used to connect to your SMTP server.
Connection securitySet a specific security for the connection to the mail server. Choose between the following:
  • No encryption

  • Automatic based on port number (by default)

  • Use SSL or TLS immediately (SMTPS)

  • Use TLS immediately after initial connect

  • Use TLS if the server supports it after the initial connect

Send email asEnter the sender's email address.

Configure an SMTP email with Azure

In Devolutions Server, the modern authentication for Azure can be used for the email configuration.

Before proceeding with the configuration in Devolutions Server, you must perform the following in your Azure portal:

  1. Create an app registration. You can also reuse the one used for Azure AD / Office 365 authentication.

  2. Add the "Mail.Send" application permission.

You can now configure the SMTP email in Devolutions Server.

  1. In Devolutions Server, go to Administration – Server Settings – Email.

  2. In the Authentication type drop-down list, select Azure.

    Azure Authentication type
    Azure Authentication type
  3. In the Administrator Email field, enter the recipient email address that will receive the errors.

  4. In the Client ID field, enter the ID of the application. In the Azure portal, this information is called Application (client) ID and can be found in the Overview of your app.

  5. In the Tenant ID field, enter the ID of the tenant that can be found in the Overview of your application.

Please note that emails can only be sent to accounts of the same tenant; they cannot be sent externally.

  1. In the User ID field, enter the ID of the user that is listed in the "From" section of the email.

  2. In the Secret value field, enter the client secret. Either reuse the already existing Azure AD authentication secret or create a new one in your app registration by going to the Certificates & secret section and clicking on New client secret.

  3. Once the information has been provided, test your email settings with the Test Email button.

  4. If successful, Save your configuration using the icon at the top right.

Devolutions Forum logo Give us Feedback