You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/modules/email-connector.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ aliases:
10
10
11
11
## Introduction
12
12
13
-
The [Email Connector](https://marketplace.mendix.com/link/component/120739) allows you to **Send** and **Receive** emails using your own email server. It supports features like template-based emails, digital signatures, and encrypted email sending.
13
+
The [Email Connector](https://marketplace.mendix.com/link/component/120739) allows you to send and receive emails using your own email server. It supports features like template-based emails, digital signatures, and encrypted email sending.
14
14
15
15
The Email Connector is a toolkit providing reusable components (snippets, microflows, entities, and Java actions) for building custom email functionality. This documentation covers the setup and configuration of these components in your Mendix application.
16
16
17
17
{{% alert color="info" %}}
18
18
19
-
This document describes versions **6.3.1** and above of the Email Connector module.
19
+
This document describes versions 6.3.1 and above of the Email Connector module.
20
20
{{% /alert %}}
21
21
22
22
### Key Features
@@ -58,7 +58,7 @@ Missing a step, or changing the order can lead to errors.
58
58
59
59
1. Download and configure the latest version of the [Mx Model Reflection](/appstore/modules/model-reflection/) module.
60
60
2. Download and configure the latest version of the [Community Commons](/appstore/modules/community-commons-function-library/) module.
61
-
3. Download and configure the latest version of the [Encryption](/appstore/modules/encryption/) module. The `EncryptionKey` constant must be set up in your application settings. Refer [EncryptionKey Constant](/appstore/modules/encryption/#encryptionkey-constant)
61
+
3. Download and configure the latest version of the [Encryption](/appstore/modules/encryption/) module. The `EncryptionKey` constant must be set up in your application settings. See the [EncryptionKey Constant](/appstore/modules/encryption/#encryptionkey-constant) section of *Encryption*.
62
62
4. Uninstall any previously installed email modules, such as [IMAP/POP3](https://marketplace.mendix.com/link/component/1042/) and [Email Module with Templates](https://marketplace.mendix.com/link/component/259/).
63
63
5. Remove any JAR files still present in the userlib folder from older email modules which are now unused (for example, `javax.mail-1.6.2.jar`, `activation-1.1.jar`, and `commons-email.jar`).
64
64
6.[Clean the deployment directory](/refguide/app-menu/#clean-deployment-directory).
@@ -93,7 +93,7 @@ If you already have these widgets in your app, and they are not up to date, you
93
93
94
94
### Configuring Roles
95
95
96
-
The module includes a default **EmailConnectorAdmin** role with pre-configured access rights for common use cases. Review and verify that the access rights align with your specific requirements and security policies before assigning this module role to user roles in [App Security](/refguide/app-security/). Also configure required module roles of prerequisite modules as needed.
96
+
The module includes a default **EmailConnectorAdmin** role with pre-configured access rights for common use cases. Review and verify that the access rights align with your specific requirements and security policies before assigning this module role to user roles in [App Security](/refguide/app-security/). Also configure any required module roles for the prerequisite modules you are using.
97
97
98
98
### Building Email Functionality {#building-email-functionality}
99
99
@@ -318,7 +318,7 @@ You can configure your account to authenticate with Microsoft Entra ID OAuth 2.0
318
318
To manage configurations:
319
319
320
320
* Select the **Configure OAuth** tab to add, delete, and edit OAuth configurations
321
-
* If no OAuth configuration are configured, you can create a new configuration
321
+
* If no OAuth configurations are configured, you can create a new configuration
322
322
323
323
For detailed steps and implementation guidance, see the [Configure OAuth](#oauth-config-details) section below.
324
324
@@ -358,7 +358,7 @@ You can view and change the following settings by clicking **View Settings** as
358
358
359
359
#### Error Logs Tab
360
360
361
-
This tab displays a list of any log entries related to errors occurred during send email operation in the Email Connector module.
361
+
This tab displays a list of any log entries related to errors which occurred during a send email operation in the Email Connector module.
362
362
363
363
### Sending Email via Microflow
364
364
@@ -485,7 +485,7 @@ You can view and change the following settings by clicking **View Settings** as
485
485
486
486
#### Error Logs Tab
487
487
488
-
This tab displays a list of any log entries related to errors occurred during receive email operation in the Email Connector module.
488
+
This tab displays a list of any log entries related to errors which occurred during a receive email operation in the Email Connector module.
0 commit comments