Element Details: Email.Message
 Back


Available in: Logi Info Source code name: Email.Message

Sends an email message. Messages may be in plain text, or HTML format, and they may contain one or more file attachments.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
BccEmailAddress
UserDefined
Identifies the email BCC (blind copy) recipient's email address. Multiple addresses should be separated by semi-colons.
CcEmailAddress
UserDefined
Identifies the email CC (visible copy) recipient's email address. Multiple addresses should be separated by semi-colons.
ConnectionID
UserDefined
Specifies a connection to a data source that is defined in the Settings. For elements connecting to relational databases, default is the first Connection element in _settings.lgx.
EmailBody
UserDefined
(Required) Specifies the body of an email message.
EmailBodyType
PlainText
HTML
Specifies the email content format. The default is PlainText.
EmailSubject
UserDefined
(Required) Specifies the subject of an email message.
FromEmailAddress
UserDefined
(Required) Identifies the email sender(s).
ID
UserDefined
(Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
ToEmailAddress
UserDefined
(Required) Identifies the email recipient's email address. Multiple addresses should be separated by semi-colons.



PARENT ELEMENTS

Click element to drill down for more information.

Etl Job
If
If ETL Error
If File Exists
If Folder Exists Loop.Data Layer Rows


CHILD ELEMENTS

Click element to drill down for more information.

Attachment If ETL Error


 Back to top