在 IIS Express 上设置 SMTP

发布于 2024-10-14 05:03:29 字数 43 浏览 3 评论 0原文

我想知道是否有人可以帮助我在 IIS Express 上设置 SMTP。

I wonder if anyone could help me setting up my SMTP on IIS Express.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

寂寞笑我太脆弱 2024-10-21 05:03:29

据我了解,IISExpress 仅支持 HTTP 和 HTTPS - 它不包括 FTP 或 SMTP 支持

这是有关 IIS Express 的完整文档 http://learn.iis.net/page.aspx/860/iis-express/

from my understanding IISExpress only supports HTTP and HTTPS - it doesn't include FTP or SMTP support

this is full documentation on IIS Express http://learn.iis.net/page.aspx/860/iis-express/

嘦怹 2024-10-21 05:03:29

IIS Express 不支持 SMTP。

来自 IIS Express 常见问题解答

问:IIS Express 是否可用支持非 HTTP 协议,例如 net.tcp 或 MSMQ?

答:不可以。IIS Express 仅支持 HTTP 和 HTTPS 作为其协议。

IIS Express does not support SMTP.

From the IIS Express FAQ:

Q: Does IIS Express support non-HTTP protocols such as net.tcp or MSMQ?

A: No. IIS Express only supports HTTP and HTTPS as its protocol.

倾听心声的旋律 2024-10-21 05:03:29

我一直对 IIS(包括 SMTP 组件)有疑问,它对我来说从来没有任何逻辑意义。但话又说回来,我总是有一个 SMTP 服务器来测试。我必须推荐 Neptune 作为一个不错的小型 SMTP 测试工具。 http://professionalaspnet.com/archive/2009 /07/30/Automated-Testing-E_2D00_Mail-with-Neptune.aspx
我的一个朋友在编写它时考虑了单元测试和集成测试。我发现当您需要在应用程序中包含发送电子邮件时,它作为开发人员 SMTP 工具非常有用。设置和运行非常简单。

I have always had an issue with IIS including an SMTP component, it has never made any logical sense to me. But then again I have always had an SMTP server I managed to test against. I have to reccomend Neptune as a nice little SMTP testing tool. http://professionalaspnet.com/archive/2009/07/30/Automated-Testing-E_2D00_Mail-with-Neptune.aspx
A friend of mine wrote it with unit and integration testing in mind. I have found it works great as a developer SMTP tool when you need to include sending e-mails in your application. It is super easy to setup and get running.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文