Property Name | Description |
---|---|
User Name | The username to connect to the SMTP mail server. A valid username is required if SMTP Authentication is set to TRUE and can be left blank if SMTP Authentication is set to FALSE (for anonymous login). |
Password | The password to authenticate the above username. A valid password is required if SMTP Authentication is set to TRUE and can be left blank if SMTP Authentication is set to FALSE (for anonymous login). |
Server Name | Type a valid server name. |
Port | The port number. Default is 25. Note: If the default port is not used, then the component assumes a secure (SSL or TLS) connection.The port number for SSL is 465 and TLS is 587. |
ConnectionTimeOut | Connection time-out in seconds. The default is 90. |
Retry Count | Number of attempts the server tries to establish connection when connection times out or fails. Default is three attempts. |
From | Email address of sender. |
Reply-To | Email address for replies. |
To | Email address of the recipient. You can specify multiple recipients delimited with commas and no space between the comma and the next recipient. Also, you can right-click and select Paste Macro to specify multiple recipients in one macro. |
To List | Full path to a text file that contains email addresses (comma-separated). |
Subject | Subject of the message. |
Attachment | Document(s) attached with the email message. You can specify multiple attachments delimited with commas and no space between the comma and the next attachment. Also, you can right-click and select Paste Macro to specify multiple attachments in one macro. |
SMTP authentication | Specifies if mail server authentication is required. • TRUE (default) - When set to TRUE, the server requires a username and password for authentication. • FALSE - When set to FALSE, the username and password is left blank for anonymous login. |
Encoding String | Encoding string required for the email. Default is ISO-8859-1. |
Content Type | The content type for the email body: • text/plain • text/html • text/richtext |
Content Type | Details |
---|---|
text/* | • Text • HTML |
image/* | • .gif • .jpg |
application/* | All applicable file extensions such as .doc, .xls, and .zip. |
Action | Description |
---|---|
Connect | Establishes a connection to a SMTP server, which is useful when you are testing your configuration. |
Execute | Executes the supported parameters and properties. |
Disconnect | Breaks the connection with an SMTP server which is useful when you need to disconnect before a process is complete. |
Action | Parameter | Description |
---|---|---|
Execute | SourceMessage | Input message |
Code | Description |
---|---|
19 | Unable to connect to the mail server |
27 | Unable to disconnect from the mail server |
8 | Unable to send email |
4 | Unable to receive email |
50 | Unknown error |
1 | End of File |
12 | No more messages to download |
0 | Messages sent or received successfully |