Lexolution Installation Guide: Sending Emails via ComCenter (Exchange Online)

ComCenter Email Sending

Starting with Lexolution version 9.5, it is possible to send emails via the ComCenter, which then forwards them to Exchange Online.
Authentication uses a component based on the Microsoft Authentication Library (MSAL). The Lexolution Server is directly connected to the ComCenter cloud. If you need other settings, such as cross-country specifications, you can set optional parameters in the Lexolution Server.

STP Support will generally assist you with the setup in the cloud.
For the ComCenter, you need to set up channels in ComCenter Messaging, where your specifications such as Tenant ID, email addresses, etc. are stored.

Once this is done, you simply enable ComCenter email sending in the Lexolution Server by adding the following line to the Lexolution Server configuration file:

<add key="ComCenterIsEnabled" value="true" />

to activate it.

Below are the optional parameters you can set in the Lexolution Server configuration file.

<!-- Stp Cloud -->
<!-- Customer's TenantId -->
<add key="StpTenantId" value="comcenter-dev" />
<!-- Optional address for Dev, Staging, ProdDE or ProdCH, default in code is ProdDE -->
<add key="StpBaseUrl" value="https://{TenantId}.stp-cloud-dev.de" />

<!-- ComCenter login -->
<!-- Setting applies to invoice sending and dunning list, ADB generation result not yet available -->
<add key="ComCenterIsEnabled" value="true" />
<!-- The following 3 are optional and usually set in the code, only configurable for testing -->
<add key="ComCenterApiPath" value="" />
<add key="ComCenterClientId" value="" />
<add key="ComCenterCallbackUrl" value="" />

The Tenant ID is a unique identifier for your law firm in the STP Cloud.

The Base URL is the address of the STP Cloud.
If you are using the German STP Cloud https://{TenantId}.stp-cloud.de, you can leave this entry blank, as Lexolution will use this by default.
If you are using a different STP Cloud, such as the Swiss cloud, you need to enter the appropriate value here https://{TenantId}.stp-cloud.ch.
There are also other addresses, for example, for test cloud environments.

ComCenterIsEnabled indicates whether the features are available (true) or not (false).

The following three settings are for testing purposes only and are completely optional.

ComCenterApiPath - ComCenterClientId - ComCenterCallbackUrl

------------------------------------------------------------------------------------------------------------------
This article has been automatically translated by an AI and may therefore contain errors.

Related to