Mail Receiver Connector
Mail Receiver connector is used to send emails to a specific email address. Information required for e-mail sending is entered (recipient e-mail address, subject, body, attachments, etc.). The mail receiver connector receives this information and starts sending e-mail to the specified recipient e-mail address.
Required Connector Properties
Connection Parameters
-
SMTP Adress: Specifies the address of the Simple Mail Transfer Protocol (SMTP) server to be used for email sending operations. This address is the server address to which email sending requests are directed. Example: "smtp.example.com" or IP address "192.168.1.1"
-
Timeout: Indicates the maximum time in seconds for establishing a connection to the SMTP server or completing the process.
-
Authentication Type: Specifies the authentication method to be used to connect to the SMTP server. For example, None, Basic, or OAuth.
-
Encryption Type: Specifies the encryption type to be used in email sending operations. For example, "SSL" (Secure Socket Layer) or "TLS" (Transport Layer Security).
-
Credential Name: Specifies a name or identifier that denotes the credentials to be used to connect to the SMTP server. This allows the use of pre-defined authentication information.
Mail Properties
-
From: Specifies the sender's email address. This represents the address visible in the "From" field of the email.
-
To: Specifies the email address of the primary recipient of the email.
-
CC: Specifies the email addresses of the CC (Carbon Copy) recipients of the email.
-
BCC: Specifies the email addresses of the BCC (Blind Carbon Copy) recipients of the email.
-
Subject: Specifies the subject of the email. The subject briefly expresses the essence of the email.
-
Body Encoding: Specifies the encoding type of the email body. For example, "UTF-8".
-
Body Mime Type: Specifies the MIME (Multipurpose Internet Mail Extensions) type of the email body. For example, "text/plain" or "text/html".
-
Body: Specifies the body of the email, i.e., the main text of the email message.
Attachments
-
Add Attachment: Used to add an attachment to be sent with the email. After selecting this option, the following attachment options need to be filled.
-
Attachment Name: Specifies the name of the attached file to be sent with the email.
-
Attachment Mime Type: Specifies the MIME type of the attached file to be sent with the email. For example, "application/pdf".
-
Attachment Expression: Specifies the expression or path of the attached file within the program.