...
- Host (text box editor type) (type: string): the mailbox host IP. For example, if properly configured, the Exchange Server's IP can be used (for Exchange, POP3 and IMAP4 options need to be enabled on the mail server).
- Password (password box editor type) (type: string): the mailbox username's password.
- 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 taskworkflow, for example Flowster Portal).
- Port (text box editor type) (type: string): the mailbox port number.
- Use SSL (combo box type) (type string): specify whether to use SSL or not
- Username (text box editor type) (type: string): the username for mailbox authentication. If left empty, windows session credentials are used.
...
The Send Email activity parameters can be provided by manual inserted values or via IN arguments or variables:
Addresses:
- Bcc (text box editor type) (type: string): comma separated email addresses (e.g. "mail1@server1.com,mail2@server2.com").
- Cc (text box editor type) (type: string): comma separated email addresses (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 taskworkflow, 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.
...