asp.net smtp 邮件队列

发布于 2024-10-06 22:14:41 字数 122 浏览 4 评论 0原文

有谁知道可用于 asp.net 的模块,该模块使用队列将电子邮件发送到 smtp 服务器?

队列是这里的操作词..我们需要一个适当的后备机制来存储任何无法发送的消息,以便稍后可以重新尝试发送,

谢谢

does anyone know of a module thats available for asp.net that uses a queue to send email to an smtp server?

the queue being the operative word here.. we need a proper fallback mechanism for storing any messages that can't be sent so that the send can be re-attempted later

thanks

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

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

发布评论

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

评论(1

情仇皆在手 2024-10-13 22:14:41

您可以通过分拣文件夹将邮件提交到 IIS SMTP 中继服务器。这是 ASP.NET 中最便宜、也可能是最好的传出邮件队列。

否则,您只需连接到 SMTP 中继服务器并以满足您的业务需求的任何方式配置其队列。

You can submit your messages to an IIS SMTP relay server via the Pickup Folder. This is the cheapest, and probably best, outgoing mail queue for ASP.NET.

Otherwise, you'll just need to connect to your SMTP relay server and configure its queue in whatever manner meets your business needs.

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