Allow to store emails in eml format in email connector using Java Action - Mendix Forum

Allow to store emails in eml format in email connector using Java Action

2

Problem:

While Mendix allows to create and send emails and also view it, but there is no way to save those email as attachment in eml format. It is necessary to store email in eml format, so that can emails can be downloaded if required.

 

Solution:

A java action can be created which can accept ‘EmailMessage’ as parameter and create a FileDocument to store email in eml format. This can be implemented in Email Connector Module. 

asked
0 answers