寻找与 Windows 一起使用的 SMTP 服务器
我正在寻找一个可以在 Windows 计算机上设置的 SMTP 服务器:
- 它需要轻量级,而不是大量的安全设置
- 我只需要发送电子邮件而不是接收它
- 它需要能够从匿名用户发送电子邮件
原因是我已经在 Windows 计算机上安装了 Apache 和 PHP,并且希望通过 SMTP 服务器来路由邮件,我计划使用此 Windows sendmail.exe 其中我以前用过并且效果很好。
上次我这样做时,我使用了 sendmail.exe 和 Stunnel 并使用了 gmail 地址,但我不能这样做这次,需要从本地主机发送。
I'm looking for an SMTP server that I can setup on a windows machine:
- It needs to be lightweight, not loads of security settings
- I only need to send email not receive it
- Its needs to be able to send email from anonymous users
The reason is that I've installed Apache and PHP on a windows machine and want an SMTP server to route mails through, I plan on using this windows sendmail.exe which I have used before and works great.
Last time I did this I used sendmail.exe and Stunnel and used a gmail address, but I can't do that this time, needs to be sent from localhost.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 IIS 中集成的 SMTP 服务器,也可以使用较小的邮件服务器,例如 http://www.xmailserver.org / 或 http://www.mailenable.com/
You could use the SMTP server integrated in IIS, you could also go for smaller mail servers like http://www.xmailserver.org/ or http://www.mailenable.com/
太糟糕了,stunnel/gmail 很棒,我已经在测试环境中大量使用它了。
两个很好的选择是安装 exim 通过 Cygwin,或到 使用 IIS 作为 SMTP 服务器。
我个人使用第一种方法取得了成功。我从未尝试过 IIS,尽管我知道这对于某些人来说是一个可行的解决方案。
Too bad, stunnel/gmail is great and I've used it a ton for test environments.
Two great alternatives are to install exim via Cygwin, or to use IIS as an SMTP server.
I have personally used the first with success. I have never tried IIS although I know this is a viable solution for some.