Send message (SMTP)

Element that sends mail messages via the SMTP protocol.

Properties

- From*: [String] Addressee – From whom

- To whom*: [String] Recipient – To whom

- Subject: [String] Message subject

- Content*: [String] Message content

- HTML: [Boolean] Sign of HTML content of a message

- Attachments: [System.Collections.Generic.List] Attachment file paths

- Server*: [String] Mail server address

- Port*: [Int32] Mail server port

- Login*: [String] Mail server login

- Password*: [String] Mail server password

- SSL*: [Boolean] Sign that the server is using SSL connection

- Timeout*: [Int32] Maximum waiting time for process completion (ms)

Last updated