|
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
SmtpAuthenticationAccount | | The account used to logon to the SMTP server. |
SmtpAuthenticationMethod | | Sets the SMTP authentication method. Enter 0 for None, 1 for Logon, 2 for CramMD5, or 3 for TLS/SSL. The default is 0. |
SmtpAuthenticationPassword | | The password to logon to the SMTP server. |
SmtpConnectionTimeout | | Specifies the amount of time, in seconds, before the request to connect to the SMTP server is presumed to have failed. The default value is 30 seconds. |
SmtpEhloDomain | | Sets the EHLO domain name sent to the SMTP server.
By default, this is the domain of the web server. In most cases, this value does not need to be changed unless there are EHLO errors reported by the SMTP server. |
SmtpPort | | The port used by the SMTP server. The default value is 25. |
SmtpServer | | (Required) The computer name or IP address of an SMTP server. |
SmtpStartTLS | | This Java-only attribute tells the SMTP client that the SMTP server is able to negotiate the use of TLS. This is false by default. |