email - 需要用于 Windows 的 Smtp 服务器,它不会发送电子邮件

标签 email smtp

<分区>

Possible Duplicate:
Dummy SMTP Server for testing apps that send email

我的开发机器是 Win 7 pro x64。

我想在其上安装一个 SMTP 服务器,它不会发送电子邮件,但会像发送电子邮件一样响应客户端。有什么建议吗?

最佳答案

Papercut会这样做:http://invalidlogic.com/papercut/

来自 Papercut 网站:

"Ever need to test emails from an application, but don't necessarily want it sending them out? Don't want to hassle with pointing it to a physical SMTP server? All you want to is verify it can send email, and take a look at the message.

Papercut is your answer. Papercut is a simplified SMTP server designed to only receive messages (not to send them on) with a GUI on top of it allowing you to see the messages it receives. It doesn't enforce any restrictions on addresses, it just takes the message and allows you see it. It is only active while it is running, and if you want it in the background, just minimize it to the system tray. When it receives a new message, a balloon message will show up to let you know."

关于email - 需要用于 Windows 的 Smtp 服务器,它不会发送电子邮件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1847337/

相关文章:

php - laravel 4 中的每周电子邮件通讯

c# - mailersend smtp中继设置与c#

c# - 使用来自 gmail 的自定义域通过 c# 发送电子邮件

html 电子邮件不在 codeigniter 中发送

php - PHP 的 mail() 函数附件支持在 Windows 上是否有点损坏?

mysql - 在数据库中存储邮件的最佳方式(后缀)

php - 如何在PHP中使用换行符发送电子邮件

python - 如何通过 Django 发送电子邮件?

python - Office365 的 SMTP 电子邮件

macos - 直接从我的 OSX 应用程序发送电子邮件