如何在 Windows 7 上设置 SMTP 服务器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/24988054/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 11:40:37  来源:igfitidea点击:

How to set up SMTP server on Windows 7

windowsemailsmtp

提问by iptq

This sounds dumb, but how do you set up an SMTP server in Windows 7 (not Windows Server)? After researching on Google, all I get are either tutorials on how to set up your inbox in an email client or how to set up an SMTP server using Windows Server.

这听起来很愚蠢,但是如何在 Windows 7(不是 Windows Server)中设置 SMTP 服务器?在谷歌上进行研究后,我得到的要么是关于如何在电子邮件客户端中设置收件箱的教程,要么是关于如何使用 Windows Server 设置 SMTP 服务器的教程。

采纳答案by cshu

Windows 7 doesn't include SMTP service so you need to install Remote Server Administration Tools.

Windows 7 不包含 SMTP 服务,因此您需要安装远程服务器管理工​​具

After that you should be able to find configuration instructions, like SMTP in IIS.

之后,您应该能够找到配置说明,例如 IIS 中的 SMTP。