“SSL23_GET_SERVER_HELLO:unknown protocol” Error Trying to Reach Outlook smtp Server

人走茶凉 提交于 2019-12-01 20:49:49
AnFi

SMTP connections to port 587 starts unencrypted. Encryption may be turned out later using STARTTLS command in SMTP session if server supports it.

openssl supports STARTTLS for some protocols including SMTP. It requires -starttls smtp command line options as described in https://stackoverflow.com/a/14645854/2139766


Outlook.com does not seem to support smtps: http://windows.microsoft.com/en-us/windows/outlook/send-receive-from-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!