Cybercom Software Knowledge Base

Full Version: New Configuration Settings in MessageSender 4.10.0.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MessageSender Version 4.10.0.4 has new configuration settings to enable it to work with a wider range of SMTP mail servers. All of these new settings are in the MESSAGESENDER.INI file. There are currently no options for these settings under Tools/Settings.

[list][*]UseTLS - Configures MessageSender should use the TLS 1.0 security protocol. 0=Disabled, 1=Enabled.
[*]UseSSL2 - Configures MessageSender to use the SSL 2.0 security protocol. 0=Disabled, 1=Enabled.
[*]UseSSL2 - Configures MessageSender to use the SSL 3.0 security protocol. 0=Disabled, 1=Enabled.
[*]TLSType - Specifies that MessageSender should use the TLS/SSL protocol when connecting. 0=Automatic, 1=Implicit (SSL negotiation will commence immediately after the connection is established), 2=Explicit (MessageSender will first connect in plaintext and then explicity start SSL negotiation through a protocol command such as STARTTLS), 3=No SLL negotiation or security (All communication will be in plaintext mode).
[/list:u]

Example:

[Settings]
UseTLS=1
UseSSL2=1
UseSSL3=1
UseEHLO=1
TLSType=0
Reference URL's