Element Details: Connection.SMTP
 Back


Available in: Logi Info Source code name: Connection.Smtp

The Connection.SMTP element sets the parameters necessary to connect to an SMTP server. This can be used to generate and send e-mail messages with a Procedure.SendMail element in a Process definition

Element Group:General Purpose Web Services



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
ID
UserDefined
(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
UserDefined
The account used to logon to the SMTP server.
SmtpAuthenticationMethod
(Number)
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
UserDefined
The password to logon to the SMTP server.
SmtpConnectionTimeout
UserDefined
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
UserDefined
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
UserDefined
The port used by the SMTP server. The default value is 25.
SmtpServer
UserDefined
(Required) The computer name or IP address of an SMTP server.
SmtpStartTLS
UserDefined
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.



PARENT ELEMENTS

Click element to drill down for more information.

Connections


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top