Element Details: Email.Log
 Back


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

The element sends a copy of the Activity Log as an HTML email message. Regardless of where the element is within the definition, the message is not sent until the ETL job has finished processing.

The body of the message is a complete copy of the final activity log for this ETL job. If this job has an error, the message will also contain all the details of that error.

By default the element always sends a copy of the log. Use the `Send Log' attribute to modify this behavior.



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.
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.
SendLog
Error Only
Completed Only
Always
This optional attribute can be used to control when a copy of the activity log is sent to this email account. Always (or blank) - (default) Log will be sent all the time. Completed Only - Log is sent only if there are no errors. Error Only - Log is sent only if there is an error.
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 Loop.Data Layer Rows


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top