Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有 SMTP 服务器使用端口 465 进行安全连接,但是,当使用 TcpClient 连接到此端口上的这些服务器时,没有发送问候消息,我必须在连接后立即保护连接吗?
465 用于通过 SSL 的 STMP,您必须在 SMTP 对话开始之前建立 SSL 连接,否则您将不会得到任何回报,包括问候横幅。通过开始对话然后加密,TLS 的工作方式有所不同。