Send Email#

Send an email via Exchange.

Server[Text] EWS Exchange Server. Default server: https://<mail-server>/ews/exchange.asmx
Domain[Text] Domain for authentication on the server.
Username[Text] Username for authentication on the server.
User Password[Text/SecureString] User password for authentication on the server.
VersionExchange version.
Recipient Email[Text] Email address of the recipient to whom the email needs to be sent. To specify multiple recipients, separate them with a semicolon.
Email Subject[Text] Subject of the email reflecting the main content of the message.
Email Body[Text] Message that needs to be sent to the recipient.
HTML MarkupIf checked, the content of the email will be sent as an HTML page and may contain tags.
Attachments[Text/List/Dictionary] Path to the file / List of paths to files / Dictionary with files that will be attached to the email (key - name, value - path to the file).
CC[Text] Email address of the recipient to receive a copy of the email. To specify multiple recipients, separate them with a semicolon.
BCC[Text] Email address of the recipient to receive a blind copy of the email. To specify multiple recipients, separate them with a semicolon.
Send On Behalf Of[Text] Specify the email from which to send the email.
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message Level

Select the message level that blocks will output during operation. Possible values:

  • "Default" - default;
  • "Release" - output is disabled;
  • "Debug" - outputs main information;
  • "Detailed" - outputs detailed information.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Message[Text] Returns detailed information about the error in case of incorrect execution of the block's work.