Element Details: Procedure.Send+Mail
 Back


Available in: Logi Info Source code name: Procedure.SendMail

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

Element Group:Email and Notifications



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).
FromEmailName
UserDefined
Sets the "friendly" name for the FromEmailAddress.
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.
ReplyToEmailAddress
UserDefined
Sets the email address used if the recipient creates a reply message. The default is the FromEmailAddress.
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.

If Error
Procedure.Else
Procedure.File Exists
Procedure.Folder Exists
Procedure.If
Procedure.Run Datalayer Rows
Procedure.Run DataTable Rows
Procedure.Switch Case
Procedure.Switch Else
Task


CHILD ELEMENTS

Click element to drill down for more information.

Attachment Bulk Email Data Layer If Error


 Back to top


 Chart Debug