Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Create and Send E-mail activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

Addresses:

  • Bcc (text box editor type) (type: string): the "Bcc" email address. For multiple email addresses, separate them with comma (e.g. "mail1@demo.com,mail2@demo.com").
  • CC (text box editor type) (type: string): the "Cc" email address. For multiple email addresses, separate them with comma (e.g. "mail1@demo.com,mail2@demo.com").
  • To (text box editor type) (type: string): the "To" email address.

...

  • Connection (text box editor type): the mailbox connection. The output from Connect to Mailbox activity should be used as Input for this parameter.
  • Content Formatted (text box editor type) (type: string): the input content to be send as the e-mail's body if a binding to a variable is used ($using). If set and if the $using:variable syntax is used, this parameter will take precedence over the Input String parameter. For example, the $using:DemoString syntax will take the value stored in the DemoString variable and will use it as the e-mail's body.

Execution: the activity will create and send an e-mail to the provided recipient(s) (BCC, CC, To), with the given details (Content, Attached files, Subject and Priority).

The e-mail can be seen in the recipient's Inbox:

 

 

 

 

 

...