mludvig / smtp-cli

The ultimate command line SMTP client
http://smtp-cli.logix.cz
187 stars 32 forks source link

Please include support of SSLv3 'cause it is necessary for sending via Exchange #15

Closed VladimirDe closed 5 years ago

mludvig commented 5 years ago

Hi, SSLv3 has been deprecated for years! I’d be surprised if any well maintained servers still used it.

Having said that the smtp-cli cryptography support depends on the system libraries - and all recent systems have SSLv3 disabled.

I’m afraid I can’t help. If your server still requires SSLv3 it’s time to upgrade it to enable at least TLSv1 or newer.