Send component e-mail
Description
Sends an email message to the specified email account.
For an encrypted connection (property "SSL authorization") the component uses the protocol StartTLS. This means that the connection is initially made on unsecured port 25 and then encrypted, unlike SSL where the connection is initially made on secured ports. This is why, in most cases, you should specify unprotected port 25 in the "Mail Server Port" property instead of 465.
Index |
|
Short title |
|
Types of scenarios |
|
Starter module |
|
Mode |
Asynchronous |
Icon |
![]() |
Branching pattern |
Branching, closing |
Properties
Specification | Description |
---|---|
Title: |
Mail sending protocol used.
|
Title: |
Mail server address. |
Title: |
Mail server port. |
Name: |
Mode switch SSL. |
Title: |
Login for authorization on the mail server. |
Title: |
Password for authorization on the mail server. |
Title: |
Argument with the sender of the email. Header |
Title: |
Argument with the addressee of the email. Header |
Title: |
Argument with email subject. Header |
Title: |
An argument with the text representation of the email. It is added as one of the parts of the MIME content of the mail. |
Name: |
An argument with the HTML representation of the email. It is added as one of the parts of the MIME content of the email. |
Title: |
Attachment. Can be selected in one of the modes:
|
Title: |
Attachment 2. |
Title: |
Attachment 3. |
Title: |
Attachment 4. |
Title: |
Attachment 5. |
Title: |
Possible values:
|
Title: |
Variable to save the result of sending an email. |
Title: |
The component to which control is passed on successful completion of the operation. |
Title: |
The component to which control is passed when an error occurs. |
See also
-
role svc