Applies to:
- Winshuttle Foundation
Send Email plugin properties
With the Send Email Plugin, you can send an email at a specified point within a workflow, such as when an item is approved, requires approval, etc.
On this page
Send Email plugin usage example
Use the Send Email plugin to keep participants in a workflow notified of tasks and events, such as when a task is overdue or something requires approval.
How to configure the Send Email plugin
- Add a Plugin Action Node to your workflow.
- Configure the To, From, Subject, Body, and Server parameters for the plugin, in addition to any optional parameters. See the Send Email plugin parameters table for a description of available options.
Send Email plugin parameters
Property |
Description |
body |
The body of the email message |
from |
Email Address of the person in which you would like to be shown in the From Field. |
server |
The name of the SMTP Server (retrieved from the Winshuttle Workflow configuration database) that will be used to send the Email Message. Note:
|
subject |
The Subject of the Email Message |
to |
Email Address(es) to which the Email Message will be sent to. |
arguments |
SharePoint column(s) to be used in the query, separated by a comma. Example: [ID],[Name] Note: This will be the current SharePoint list column, which is created when the solution is deployed. |
connectionstring |
The connection string to the database used to retrieve recipients. Example: Provider=SQLOLEDB;DataSource=wid101\SQLEXPRESS;Initial Catalog=TestDB;User ID=Sa;Password=abcd Note: Only SQL is supported. |
format |
Possible values/formats are MHT and JPG |
query |
The query to run to determine recipients. This can be used to select users from a database; for example, you could configure the query to select a user from the Database 'TestUsers' |
senddelay |
The number of days to wait before sending the Email Message. |
includeitem |
(True/False) Whether or not the form should be included as an attachment. (True=include attachment.) |
formview |
Which form view the recipient should receive in the email. (Only works if includeitem is set to 'true'. |
includedatafile |
How the recipients should receive the data file in the email: via link, attached file, or both a link and an attached file. |