Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个小型应用程序,它将通过 smtp 端口 25 接收要处理的消息。
我正在寻找一个可以合并的 .NET 程序集,它将侦听端口 25 并与 SMTP 通信。我设想当消息到达时会触发一些事件,我可以在其中读取消息并进行处理。
从本质上讲,我需要像 SMTP 服务器一样“行动”,但除了接收消息之外,我不需要在完整的 SMTP 服务器中找到的更多功能。
如果您需要更多说明,请告诉我。
你看过这个:CodeProject: SMTP and POP3 Mail Server吗?