Forward Email#
Forwards an email using the SMTP protocol.
| Server | [Text] Server (for example, "smtp.mail.ru"). |
| Port | [Number] Port. If not specified, the default port is used:
|
| Login | [Text] Login required for authentication on the server. |
| Password | [Text/SecureString] Password required for authentication on the server. |
| SSL | Indicates whether to use a secure connection. |
| Sender Email | [Text] The email from which the message will be sent. |
| Sender Name | [Text] The name of the sender from whom the message will be sent. |
| [Link] MailMessage object that needs to be forwarded. | |
| Recipient Email | [Text] The email address of the recipient to whom the message needs to be sent. To specify multiple recipients, separate them with a semicolon. |
| Processing Level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Timeout | [Number] Timeout for a response from the server. The value is specified in seconds. |
| Message Level | Select the message level that blocks will output during operation. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Text | [Text] Returns detailed information about the error in case of incorrect execution of the block's work. |