Skip to main content

mailing-component


2.3.0 (2024-01-22)

Added

  • Added option isBaseComponent to the mailing component.

Changed

  • Updated expander dependencies:
    • net.democritus.metamodel:prime-core: 2023.12.0 -> 2024.0.4
    • net.democritus.workflow:workflow-core: 1.6.3 -> 1.6.5

2.2.0 (2024-01-05)

Added

  • Added possibility to provide a different implementation for sending e-mails. See README for details.

2.1.1 (2023-12-19)

Fixed

  • Parsing of email addresses threw an exception for an empty string.

2.1.0 (2023-10-11)

Fixed

  • [NSX-324] Implemented missing UTF-8 support for sender/recipients and subject of emails.

2.0.0 (2023-10-02)

Important
Version 2.x.x is only compatible with the process-automation-component. When using the workflow component you should stay on version 1.x.x.

Changed

  • Changed compatability from workflow to process-automation component.

Added

  • Added OnCreate trigger to EmailSendingFlow, resulting in mails being sent immediately after an Email is created.

Removed

  • Removed EmailTaskStatus dataElement.

1.1.1 (2023-08-21)

Fixed

Changes to EmailDetailsMessageProjector were not included correctly in 1.1.0.

  • E-mails will now only include a html part and no text part.

1.1.0 (2023-08-17)

Added

  • Added net.democritus.component:mailing-component artifact, which includes the model and standard-types dependency.

Changed

  • Changed field-types in Email to EmailAddresses and VarText for content, supporting larger text sizes.

Updated

  • workflows-metamodel to version 1.5.0
  • javaee-api to 8.0.1

1.0.0 (2023-02-07)

  • Created Email DataElement with WorkFlow to send emails.
  • Added Attachment DataElement with link to Asset.
  • Added Workflow element to represent workflow config. (uses workflows metamodel)