Versions Compared

Key

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

...

The Send Email 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)comma separated email addressesaddresses (e.g. "mail1@server1.com,mail2@server2.com").
  • Cc (text box editor type) (type: string): comma separated email addressesaddresses (e.g. "mail1@server1.com,mail2@server2.com").
  • From (text box editor type) (type: string)the "From" Email Address.
  • To (text box editor type) (type: string)the "To" email address.

...

  • Host (text box editor type) (type: string): the mailbox host IP. The Exchange Server IP can be also used, as seen in the screenshot above.
  • Password (password box editor type) (type: string): the password of the provided username.
  • Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password. (This parameter is used only when the user wants to send an encripted password from outside the task, for example Flowster Portal).
  • Port (text box editor type) (type: string): the mailbox  port number. For Exchange, the default port 25 can be used.
  • Secure (combo box control) (type: string): False or True, for SSL enabling/disabling.
  • Username (text box editor type) (type: string): the username for mailbox authentication. If left empty, windows session credentials are used.

...

  • Content (text box editor type) (type: string)the content of the email.
  • File Attachment (file browser and text box editor type) (type: string): single file that will be sent with the email.
  • File Attachments (collection editor, file browser and text box editor type) (type: string): multiple files that will be sent with the email.
  • Priority (combo box control) (type: string)the priority of the message: High, Low or Normal.
  • Subject (text box editor type) (type: string)the email subject.
 

As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Send Email activity:Image Removed Execution: the activity will send an e-mail to the provided address(es), with the given information (Subject, Content, Priority, Attachment(s)).