设置本地 SMTP 和 POP3 用于测试邮件发送和接收循环

发布于 2024-11-24 12:28:28 字数 239 浏览 2 评论 0 原文

我希望在我的本地计算机上有备用 SMTP 和 POP3 服务器,用于测试发送邮件并等待响应的代码,即使我处于离线状态。 SA 的 GPRS 资费非常高,因此我会尽可能避免使用它们。我想要一个测试 SMTP 地址,而不是我的常规 Google 地址,并且该 SMTP 服务器必须能够将邮件发送到我的本地 POP3 服务器,我的邮件客户端可以在其中检索该邮件。

我该如何在 Windows 7 Home Premium 上执行此操作?

I would like to have alternate SMTP and POP3 servers on my local machine, for testing code that sends mails and waits for a response, even when I'm offline. GPRS rates in SA are quite prohibitive, so I try and avoid them where possible. I would like to have a test SMTP address instead of my routine Google one, and that SMTP server must be able to send mail to my local POP3 server, where my mail client can retrieve that mail.

How can I go about this on Windows 7 Home Premium?

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

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

发布评论

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

评论(1

笑红尘 2024-12-01 12:28:28

我假设您的发送电子邮件的程序可以指定 smtp 服务器地址。

如果是这样,那么您需要安装您自己的个人邮件服务器并配置您的程序以使用 localhost (127.0.0.1) 作为您的 smtp 服务器。 (当我说个人时,我的意思是您想要一些没有繁重系统要求的东西。)

几年前(在宽带和 gmail 之前)我使用 Surgemail(来自 http://netwinsite.com/surgemail/) 在我的家用计算机上(最多 5 个用户免费)

但是还有负载或其他负载,例如 http://www.hmailserver.com 或 Mercury 32(来自 http://www.pmail.com/overviews/ovw_mercwin.htm)

您可能认为这太过分了,因为这些程序可能会这样做比您需要的多得多,但我很惊讶他们不需要高规格机器就能完成这么多工作。 (从示例来看,我可能在具有 1Gb RAM 的 Pentium III 上运行 Surgemail)

I'm assuming your program that sends email can specify the smtp server address.

If so, then you need to install your own personal mailserver and configure your program to use localhost (127.0.0.1) as your smtp server. (When I say personal, I mean in the sense that you want something which does not have heavy system requirements.)

Years ago (before broadband and gmail) I used Surgemail (from http://netwinsite.com/surgemail/) on my home computer (It was free for up to 5 users)

But there are loads or others, for example http://www.hmailserver.com or Mercury 32 (from http://www.pmail.com/overviews/ovw_mercwin.htm)

You might think this is overkill, as these programs will probably do much more than you need, but I was surprised at how much they can do without needing a high spec machine. (From example, I was probably running Surgemail on a Pentium III with 1Gb of Ram)

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