ISM Manual
  • Overview
  • Features
  • Components
  • Directory Structure
  • Startup/Shutdown
  • ISM Admin UI
    • Dashboard
    • Flow
    • Job
      • Schedule
    • Channel
      • AMQP
      • Mqtt
      • sFTP
    • Interface
      • System
      • Data Structure
      • Field Group
      • Field
    • Web Service
    • Utility
    • Admin
    • Result
  • Tasks
    • Control Task
      • Route
      • Split/Join
      • Mapping
    • FTP
      • FTP Input
      • FTP Output
      • FTP Transfer
    • DB
      • SQL Executor
      • SQL Batch Executor
    • File
      • File Input
      • File Output
      • File Validator
      • Record Extractor
    • Excel
      • Excel Reader
      • Excel Writer
    • Flow
      • Flow Execution
      • Wait Sub
    • Web Service
      • REST Client
      • Web service Client
    • PGP
      • Encrypt
      • Decrypt
    • Cloud
      • SharePoint
      • Amazon S3
      • Google Cloud Storage
    • Others
      • Email Sender
      • LDAP Client
      • Function
      • Script
      • Java Class
  • REST Service
  • Trouble Shooting
  • Logging Configuration
  • Implementing a Task
  • Custom Class
  • Frequently Asked Questions (FAQ)
    • What is XNARUM Integration Service Mastery (ISM)?
    • What is the purpose of XNARUM?
    • Can XNARUM be customized to specific integration requirements?
    • Is XNARUM scalable?
    • Does XNARUM provide support and maintenance?
Powered by GitBook
On this page
  • Input
  • Output
  • Example
  1. Tasks
  2. Others

Email Sender

PreviousOthersNextLDAP Client

Last updated 1 year ago

Email task sends an email to the specified recipients. Files can be sent together as attachment.

Input

Attribute
Description

System Id

SMTP server id

Sender

Sender email address.

If sender is empty, sender comes from system information.

Password

Sender password.

If sender is empty, password comes from system information.

Recipients

Email recipients.

The recipients are separated by comma (,)

CC

CC. Separated by comma (,)

BCC

Background CC. Separated by comma (,)

Subject

Email subject

ParseLink

Parse link information in the Content. Add link to the URL contents.

https://google.com

→ <a href=https://google.com>https://google.com</a>

Content

Email contents.

The contents can be in HTML format.

Attachment From File

Get email attachment data from file?

Attachment

Attached data

Attachment Name

The names of attached files

Attachment Format

The format of the attached files

  • Plain text

  • Binary

  • Base64 encoded

Output

Attribute
Description

SendResult

The result of email sending

Example

This example retrieves certain records from database, reads an excel file, and send an email with the retrieved data and the excel file as an attachment. The contents of the email contain a part of the retrieved records.

You can find the email from both sender and recipient accounts.

Icon

Description automatically generated