Email Connector

Content Type: Module
Categories: 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.1.1
Framework Version: 9.18.4
Release Notes: We upgraded the jars below. - Bounty Castle from 1.70 to 1.75 - Core-module from 8.0.0 to 8.1.3 - Simple-java-mail from 8.0.0 to 8.1.3 - Smime-module from 8.0.0 to 8.1.3 - Utils-mail-smime from 2.0.1 to 2.1.2 Please remove below jar from userlib before upgrading to this version - Jakarta.mail-api-2.1.1.jar
Version: 5.1.0
Framework Version: 9.18.4
Release Notes: - Enabled support for the client credentials grant flow
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