eml-to-html-converter
Service icon

EML to HTML Converter

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 23 July 2024
 by 
5.0
 (1 rating)
eml-to-html-converter

EML to HTML Converter

Documentation
1.0.0

Overview

The EML to HTML Converter is a versatile OutSystems component designed to convert EML files into HTML format. This component extracts and converts all essential details from an EML file, including the 'To', 'CC', 'BCC' fields, and the email body, into a neatly formatted HTML output.

Features

  • Single Action Conversion: A streamlined action that takes an EML file and returns its HTML representation.
  • Comprehensive Data Extraction: Converts and includes all fundamental email elements.
  • Easy Integration: Seamlessly integrates with your OutSystems applications.
  • Preserves Formatting: Ensures the HTML output retains the original email formatting.


Installation

  1. Download the Component:

    • Obtain the EML to HTML Converter component from the OutSystems Forge or your internal repository.
  2. Import the Component:

    • In your OutSystems environment, go to the Service Studio.
    • Import the component by navigating to Module > Manage Dependencies > Add/Remove References, and then select the EML to HTML Converter.
  3. Add the Component to Your Module:

    • Drag the component from the toolbox into your module to make it available for use.

Usage

Input Parameters

The primary action in the component requires the following input parameter:

  • EMLFile (Binary Data): The EML file to be converted.


Output

The action returns the following output:

  • HTMLContent (Text): The HTML representation of the EML file, including 'To', 'CC', 'BCC', and the body content.