Mail connector enables sending an email to the specified email address through MIP.
Mail Receiver
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”
Connection Parameters – Timeout : Indicates the maximum time in seconds for establishing a connection to the SMTP server or completing the process.
Connection Parameters – Authentication Type : Specifies the authentication method to be used to connect to the SMTP server. For example, None, Basic, or OAuth. For example, None, Basic, veya OAuth.
Connection Parameters – Encryption Type : Specifies the encryption type to be used in email sending operations. For example, “SSL” (Secure Socket Layer) or “TLS” (Transport Layer Security).
Connection Parameters – 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.
Mail Properties – To : Specifies the email address of the primary recipient of the email.
Mail Properties – CC : Specifies the email addresses of the CC (Carbon Copy) recipients of the email.
Mail Properties – BCC : Specifies the email addresses of the BCC (Blind Carbon Copy) recipients of the email.
Mail Properties – Subject : Specifies the subject of the email. The subject briefly expresses the essence of the email.
Mail Properties – Body Encoding : Specifies the encoding type of the email body. For example, “UTF-8”.
Mail Properties – Body Mime Type : Specifies the MIME (Multipurpose Internet Mail Extensions) type of the email body. For example, “text/plain” or “text/html”.
Mail Properties – Body : Specifies the body of the email, i.e., the main text of the email message.
Mail Properties – 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.
Mail Properties – Attachment Name : Specifies the name of the attached file to be sent with the email.
Mail Properties – Attachment Mime Type : Specifies the MIME type of the attached file to be sent with the email. For example, “application/pdf”.
Mail Properties – Attachment Expression : Specifies the expression or path of the attached file within the program.
Get in touch with us to kickstart your integration journey.