---
title: "Document Automation Server overview"
canonical_url: "https://www.nutrient.io/guides/document-automation-server/document-conversion/the-autobahn-dx-administration-tool/modules-and-options/"
md_url: "https://www.nutrient.io/guides/document-automation-server/document-conversion/the-autobahn-dx-administration-tool/modules-and-options.md"
last_updated: "2026-06-09T10:25:14.364Z"
description: "Explore the modules and options for Document Automation Server, including license management and email settings for error notifications."
---

# Manage document automation settings effectively

The modules and options tab shows the current license key, the components unlocked by the license key (including any expiry date) and the email settings.

## License key

The license key is entered here, for more details see [Product and Licensing](/guides/document-automation-server/document-conversion/installation-and-licensing.md#product-licensing).

The licensed components are displayed below the key.

## Email settings

Email settings can be entered here. This is used to support the [Send Email on Error functionality](/guides/document-automation-server/document-conversion/the-autobahn-dx-administration-tool/job-designer.md#alerts). The information entered is held in the Autobahn.config file found in the config directory. The password is held in an encrypted form.

There are two options for email authentication, SMTP or OAuth2 (Azure) authentication.

Use the drop-down box below the license properties to select the authentication method.

### Email settings for SMTP:![Configure Email Settings for SMTP](@/assets/guides/document-automation-server/document-conversion/image29.png)

| Field                   | Description                                                                                    |
| ----------------------- | ---------------------------------------------------------------------------------------------- |
| **Server**              | Address of the Server hosting the SMTP server.                                                 |
| **SMTP Port**           | SMTP Server port. Default is 25.                                                               |
| **Need Authentication** | If checked, basic authentication will be used, and the username and password can be filled in. |
| **Username**            | Username for authentication by the server.                                                     |
| **Password**            | Password for the username.                                                                     |

#### Sending emails from Document Automation Server using Microsoft 365 (Office 365) without authentication

Although it is recommended to use (at least) Basic Authentication for sending emails, there are situations where this is not possible.

The following instructions are included as a guide (not a recommendation) to configure Document Automation Server (DAS) to send emails using Microsoft 365 (Office 365).

The server field requires the MX endpoint of the email server.

This is generally of the form (where company.com is the domain):

company-com.mail.protection.outlook.com

The port number is generally 25![SMTP Settings](@/assets/guides/document-automation-server/document-conversion/image30.png)

With these settings, the destination email address must be from the same domain as the server:

So, for this example the sender and recipient email addresses would be:

From: [alice@company.com](mailto:alice@company.com)

To: bob@company.com

### Email settings for OAuth2:![Configure Email Settings for OAuth2](@/assets/guides/document-automation-server/document-conversion/image31.png)

| Field                    | Description                                                                                           |
| ------------------------ | ----------------------------------------------------------------------------------------------------- |
| **Azure Client ID**      | The Client ID for OAuth2 Authentication.                                                              |
| **Azure Tenant**         | The Tenant ID for OAuth2 Authentication.                                                              |
| **Azure AD Instance**    | The address of the Azure AD Instance. For example, https://login.microsoftonline.com                  |
| **Credential Type**      | Select the credential type for OAuth2 Authentication. The options are Client Secret or Certification. |
| **Client Secret**        | The Client secret generated by Azure.                                                                 |
| **Certificate Path**     | The path to the certificate generated by Azure.                                                       |
| **Certificate Password** | The password of the certificate generated by Azure.                                                   |

---

## Related pages

- [Streamline document processing with DAS tool](/guides/document-automation-server/document-conversion/the-autobahn-dx-administration-tool.md)
- [Job management tools for document automation](/guides/document-automation-server/document-conversion/the-autobahn-dx-administration-tool/job-manager.md)
- [How to manage jobs with the Autobahn tool](/guides/document-automation-server/document-conversion/the-autobahn-dx-administration-tool/running-jobs-via-job-manager-or-designer.md)
- [Monitor Document Automation Server effortlessly](/guides/document-automation-server/document-conversion/the-autobahn-dx-administration-tool/monitor.md)
- [Design and manage document workflows](/guides/document-automation-server/document-conversion/the-autobahn-dx-administration-tool/job-designer.md)

