Skip to content

Commit 362ef1b

Browse files
committed
Proofread
1 parent dcbd015 commit 362ef1b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

content/en/docs/marketplace/platform-supported-content/modules/email-connector.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ aliases:
1010

1111
## Introduction
1212

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.
1414

1515
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.
1616

1717
{{% alert color="info" %}}
1818

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.
2020
{{% /alert %}}
2121

2222
### Key Features
@@ -58,7 +58,7 @@ Missing a step, or changing the order can lead to errors.
5858

5959
1. Download and configure the latest version of the [Mx Model Reflection](/appstore/modules/model-reflection/) module.
6060
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*.
6262
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/).
6363
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`).
6464
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
9393

9494
### Configuring Roles
9595

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.
9797

9898
### Building Email Functionality {#building-email-functionality}
9999

@@ -318,7 +318,7 @@ You can configure your account to authenticate with Microsoft Entra ID OAuth 2.0
318318
To manage configurations:
319319

320320
* 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
322322

323323
For detailed steps and implementation guidance, see the [Configure OAuth](#oauth-config-details) section below.
324324

@@ -358,7 +358,7 @@ You can view and change the following settings by clicking **View Settings** as
358358

359359
#### Error Logs Tab
360360

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.
362362

363363
### Sending Email via Microflow
364364

@@ -485,7 +485,7 @@ You can view and change the following settings by clicking **View Settings** as
485485

486486
#### Error Logs Tab
487487

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.
489489

490490
### Receiving Email
491491

0 commit comments

Comments
 (0)