This Plug-in contains Functions and Smart Services that allow users to create and read email files containing all e-mail attributes, i.e. to, cc, bcc, from, subject, body, content type, and attachments. The generated file can be read by any email client that supports EML files, such as Outlook Express and Windows Live Mail. The Plug-in and a help guide are provided with this listing.
This version is for Appian 22.3 and above. Cloud customers on a lower version of Appian that want to install this plugin should open a support case. Self-managed customers can find the latest jar for Appian 22.2 and lower version by downloading from the app market.
Smart Services:
Features:
Hi Team,
We are creating an EML file with HTML text as body and the created eml file is showing the body with HTML tags instead of formatted text.We have found a fix for this issue:
We can set the Content-type header of bodyPart to text/html to display the body content as HTML formatted text instead of text with HTML tags.
bodyPart.addHeader("Content-Type", "text/html");
It would be convenient to have Content type of body as a separate AC input/ Parameter for setting the same in the created EML file.
We upgraded to 23.1 yesterday and had to update this plugin, and since then, we have the same issue as you. What workaround did you implement until the fix is released?
Hi juancarlosl0002,We haven't implemented any workaround for this issue as it cannot be fixed from Designer side. The author of this component has fixed this issue and it will be listed soon.