he SendMailFromTemplate
activity can be used to send an email to the desired addressers addresses using CoreIdentityId
lists, SubjectKey
, Lcid
, Xml
tags and TemplatePath
. This updated activity is available from version 8.2.
...
The following input data can be configured for the activity.
CoreIdentityIdsReceivers
The list of CoreIdentityId
to send mail to.
CoreIdentityIdsReceiversCc
The list of CoreIdentityId
to send mail to as carbon copy.
CoreIdentityIdsReceiversBcc
The list of CoreIdentityId
to send mail to as blind carbon copy
SubjectKey
The subject key that will be translated.It extends already the default mail send input described CoreOne Send Mail - Default Input
Lcid
The Lcid
/ Language in which the templates will be loaded and translated
...
The path to the template relative from the templates folder.
Xml
The data formed as xml that will be used as input for XSLT transformation.
Output Data
This activity has no output.