...
Property name | Description |
---|---|
TransportLayer.SmtpTA.DllName | Contains path and name of the SMTP adaptor DLL. The property is required. |
TransportLayer.SmtpTA.Description | Adaptor name. The property is required |
TransportLayer.SmtpTA.Type | Type The type of the adaptor library, contains . Should be 'DLL' value. The The property is not required. |
TransportLayer.SmtpTA.SMTPSessions | This parameter determines the names of SMTP clients. The SMTP Client name is uses as reference of the Client in BL and JavaScripting for <Send /> action and send(<session source identifier> ) js fuction. |
TransportLayer.SmtpTA.SMTPSessions.DefaultServerName | Default SMTP server name or IP address. The property is not required |
TransportLayer.SmtpTA.SMTPSessions.DefaultServerPort | Default SMTP server port. The property is not required. |
TransportLayer.SmtpTA.SMTPSessions.DefaultFrom | Default value of the 'From' field. The property is not required. |
TransportLayer.SmtpTA.SMTPSessions.DefaultCC | Default value of the 'CC' field. The property is not required. |
TransportLayer.SmtpTA.SMTPSessions.DefaultBCC | Default value of the 'BCC' field. The property is not required |
TransportLayer.SmtpTA.SMTPSessions.DefaultSmartEmailProcessing | When true, the corresponding tags will be used for e-mail Subject and Body at FIX EMail message conversation. The property is not required. |
TransportLayer.SmtpTA.SMTPSessions.DefaultSendingTimeout | Sending message timeout, common for all SMTP sessions. The property is not required. |
TransportLayer.SmtpTA.SMTPSessions.DefaultConnectionTimeout | SMTP server connection timeout, common for all SMTP sessions. The property is not required. |
TransportLayer.SmtpTA.SMTPSession.XXX.ServerName | SMTP server name or IP address. The property is required when DefaultServerName is not defined. |
TransportLayer.SmtpTA.SMTPSession.XXX.ServerPort | SMTP server port. The property is required whenDefaultServerPort ia not defined. |
TransportLayer.SmtpTA.SMTPSession.XXX.SecureConnection | Type of secure connection: TLS, SSL. The property is required if secure connection is needed, otherwise - not required. |
TransportLayer.SmtpTA.SMTPSession.XXX.Login | User login. The property is required if authorization is needed, otherwise - not required. |
TransportLayer.SmtpTA.SMTPSession.XXX.Password | User password. The property is required if authorization is needed, otherwise - not required. |
TransportLayer.SmtpTA.SMTPSession.XXX.From | Value of the 'From' field. The property is not required if DefaultFrom defined, otherwise - required. |
TransportLayer.SmtpTA.SMTPSession.XXX.To | Value of the 'To' field. The property is required. |
TransportLayer.SmtpTA.SMTPSession.XXX.CC | Value of the 'CC' field. The property is not required. |
TransportLayer.SmtpTA.SMTPSession.XXX.BCC | Value of the 'BCC' field. The property is not required. |
TransportLayer.SmtpTA.SMTPSessions.XXX.SmartEmailProcessing | When true, the corresponding tags will be used for e-mail Subject and Body at FIX EMail message conversation. The property is not required. |
TransportLayer.SmtpTA.SMTPSessions.XXX.SendingTimeout | Message sending timeout, defined for a specified session. The property is not required. |
TransportLayer.SmtpTA.SMTPSessions.XXX.ConnectionTimeout | SMTP server connection timeout, defined for a specified session. The property is not required. |
...