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

Documentation

Please seeĀ Email Connector in the Mendix documentation for details.

Releases

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.
Version: 2.0.0
Framework Version: 8.18.22
Release Notes: - Revised the wizard screen to allow easy manual configuration setup. - Fixed an issue where email templated attachments were not copied when duplicating templates. - Inline Base64 images in the email body are supported. - Organised module role permissions
Version: 1.3.1
Framework Version: 8.18.22
Release Notes: - Conflicting issue (Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.) with SAML module is fixed.
Version: 1.3.0
Framework Version: 8.18.22
Release Notes: - Added new java action CreateEmailFromTemplate to create the email from the email template - Removed UI activity from ACT_SendEmail & SE_SendQueuedEmails microflows - Upgraded module to Mendix 8.18.22 - Minor fixes