使用 .net 处理 SMTP 退回邮件

发布于 2024-08-22 02:52:55 字数 517 浏览 3 评论 0原文

我正在寻找特定于 .net/mvc 和服务器本机 WinServer08 的示例,其中要解决的问题是处理退回的 smtp 消息,以便绑定到 estore 事务并更新帐户/配置文件属性。

阅读相关问题我找到对[VERP]2的有趣参考。在“支持 VERP 的软件”标题下,我发现 IIS 不在列表中。这是否意味着我需要找到一个库来集成到我商店的组件中?

我必须整合哪些资源才能确保在邮件退回时通知 Web 应用程序? fwiw - 我正在使用一个非常低容量的网站。

Am looking for examples specific to .net/mvc and servers native WinServer08 where problem being addressed is processing a bounced smtp msg so as to bind to an estore transaction and updating account/profile properties.

Reading the related questions i find an interesting reference to [VERP]2. Under the heading 'Software that supports VERP i find that IIS is not on the list. Does that mean i need to find a library to integrate into my store's assembly?

What resources do I have to pull together to make sure that the webapp is informed when mail bounces? fwiw - i'm working with a very low volume site.

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

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

发布评论

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

评论(1

毁虫ゝ 2024-08-29 02:52:55

这可能是一个过于简单的答案,但是您难道不能只设置一个邮箱,从该邮箱发送,使用 .NET 控制台应用程序定期检查邮箱中是否有退回电子邮件,然后相应地更新您的客户帐户吗?我的意思是,那是免费的……对吧?

This might be too simplistic of an answer, but couldn't you just set up a mailbox, send from that mailbox, use a .NET console app to check the mailbox periodically for bounce emails, and then update your customer account accordingly? I mean, that's free... right?

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