SendEmail (IEmailService)
You can add email addresses to a workflow to send an email message to several recipients. These emails are sent from the default sender's preconfigured email address.
Input Data
Note: In the Configure Method dialog box, click Next to select a resource. Otherwise, in the Inputs section of the activity configuration panel, click the ellipsis button to select a resource.
Inputs | Data Type | Description |
---|---|---|
Recipients | IEnumerable[[DirectoryResource]] | Lists the person or group from the Personnel model who will receive the email. All recipient email addresses must be configured in order to avoid errors. Click the drop-down arrow to bind email recipients to the return value. |
Subject | String | Specifies the subject heading of the email being sent. |
Body | String | Specifies the body of the email being sent. |