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
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -365,22 +365,20 @@ This tab displays a list of any log entries related to errors in the Email Conne
365
365
366
366
### Sending Email via Microflow
367
367
368
-
Use the **SUB_SendEmail microflow** for standardized, Mendix-compliant email delivery with proper error handling and configuration management. For this you will need to create your message as an object of type `Email_Connector.EmailMessage` and associate it with the `Email_Connector.EmailAccount` object containing the send mail account.
368
+
Use the **SUB_SendEmail** microflow for standardized, Mendix-compliant email delivery with proper error handling and configuration management. For this you will need to create your message as an object of type `Email_Connector.EmailMessage` and associate it with the `Email_Connector.EmailAccount` object containing the send mail account.
369
369
370
-
When sending emails using templates, refer to the [Email Templates](#email-templates) section below.
370
+
When sending an email, the To, From and Content fields are mandatory. When sending emails using templates, refer to the [Email Templates](#email-templates) section below.
371
371
372
372
### Sending Email via Java Action
373
373
374
-
When the module is running, click New Email to compose and send new emails.
375
-
376
374
When modeling your app in Studio Pro, use the SendEmail Java action to send emails. The input parameters are as follows:
377
375
378
376
***EmailAccount** – The entity containing the configuration details for the outgoing email account
379
377
***EmailMessage** – The entity instance containing the content and details of the email to be sent
380
378
381
379
The return type is a Boolean value. This Java action uses the provided details to connect to the email server and send an email. It returns True if successful and displays the error object and cause if it fails.
382
380
383
-
When sending an email, the To and Content fields are mandatory. In To, CC, and BCC, you can optionally specify multiple email addresses, each separated by a semicolon (;).
381
+
When sending an email, the To, From and Content fields are mandatory. In To, CC, and BCC, you can optionally specify multiple email addresses, each separated by a semicolon (;).
384
382
385
383
## Receive Email {#receive-email}
386
384
@@ -712,10 +710,11 @@ For more information, see the [Reverse Proxy Inbound Rules](/developerportal/dep
712
710
713
711
Configuring local clients, such as [Papercut](https://github.com/ChangemakerStudios/Papercut-SMTP), is supported. If you are using a tool like Papercut, do the following:
714
712
715
-
1. Follow the steps for [adding an email account](#adding-email-account).
716
-
2. Continue with manual configuration in the wizard (automatic configuration does not work for local clients).
717
-
3. Select the **Send emails** checkbox.
718
-
4. Select **SMTP** for the **Protocol**, and enter *localhost* for the **Server host**. Enter the **Server port** number (for example, *25*).
713
+
1. Deploy your application to set up your **Send Email** accounts through the Email Connector user interface.
714
+
2. Navigate to the **Email Connector Overview** page.
715
+
3. Select the **Send Email** tab.
716
+
4. Click **Add New Configuration** or edit an existing one using the **Action**.
717
+
5. Select **SMTP** for the **Protocol**, and enter *localhost* for the **Server host**. Enter the **Server port** number (for example, *25*).
719
718
720
719
Both email and password are not required.
721
720
@@ -740,7 +739,7 @@ To add inline attachments to an email message, use the Rich text editor to inser
0 commit comments