Email Connector
Category: Connectors
Subcategory: Connectors
Overview
The email connector allows you to send and receive emails on your own email server, and adds new features like
- Retrieve emails
- Send email
- Send encrypted emails
- Send signed emails
- Send email with email template
- Subscribe to incoming email
- Shared mailbox support
Documentation
Please seeĀ Email Connector in the Mendix documentation for details.
Releases
Version: 5.0.0
Framework Version: 9.18.4
Release Notes: - Use the 'ACT_EmailAccount_LaunchEmailConnectorOverview' microflow in 'Navigation' rather than the 'EmailConnector_Overview' page.
- New Dashboard using Atlas UI components.
- Removed custom styling from the module.
- Support for setting the custom header to email message.
- Fixed an issue where the attachment of content type "message/rfc822" not having the attachment name.
- Upgraded Encryption module from version 8.0.4 to 9.0.0
- Upgraded MxModelReflection module from version 6.2.0 to 7.0.0
- Upgraded Rich Text widget from version 2.1.5 to 2.1.6
- Replaced deprecated 'Format String' widget with 'HTML Element' version 1.0.1
Version: 4.1.0
Framework Version: 9.18.4
Release Notes: Support for Shared mailbox account setup using Basic and OAuth authentication methods.
Version: 4.0.0
Framework Version: 9.18.4
Release Notes: - Upgraded module to Mendix version 9.18.4
- Upgraded RichText widget from 1.3.9 to 2.1.5
Userlib Jar Upgrades (Kindly delete below mentioned old version jars from userlib folder):
- Upgraded core-module from 7.5.0 to 8.0.0
- Upgraded jakarta.mail-api from 2.1.0 to 2.1.1
- Upgraded jmail from 1.2.1 to 1.4.1
- Upgraded jsoup from 1.15.3 to 1.15.4
- Upgraded simple-java-mail from 7.5.0 to 8.0.0
- Upgraded slf4j-api from 2.0.0-alpha1 to 2.0.6
- Upgraded slf4j-simple from 2.0.0-alpha1 to 2.0.6
- Upgraded smime-module from 7.5.0 to 8.0.0
Bug Fixes:
- Fixed bug where Email subject with "&" is replaced with "&"
- Fixed bug while sending email with empty attachment name throwing an error
- Fixed bug while creating email message from email template doesn't copy FromAddress
Version: 3.0.1
Framework Version: 8.18.22
Release Notes: - Removed storing OAuth errors in the entity in a REST service.
Version: 3.0.0
Framework Version: 8.18.22
Release Notes: - Added the feature to receive an email headers.
- Updated the module role name and settings.
- Renamed and rearranged Microflows, Constants, Java actions etc. per Mendix naming conventions.
- Fixed an issue where duplicating email templates "from name" was not getting copied over.
- Fixed an issue to store HTML body as well as plain body of the email, accordingly refer it to app logic.
- Fixed an issue related to handling of the inline images in case "Process inline image" is set to true.