带有 .NET API 的邮件引擎
我正在寻找一个邮件引擎,支持
- 发送电子邮件
- 捕获退回的电子邮件
- 支持阅读确认
- 显示邮件统计报告(收到/退回的数量)
- 通过可以使用.Net调用的API公开所有
内容有人知道吗?它不一定是免费的(尽管总是很好),但它不能是订阅的。它必须是一次性购买。
我尝试用谷歌搜索他们,但找不到。
I am looking for a mailengine that supports
- Sending emails
- Catching bounced emails
- Support read confirmations
- Show reports of mailing statistics (how many received/bounced)
- Expose everything through an API that can be called using .Net
Does anyone know of any? It doesn't have to be free (always nice though) but it can't be a subscription. It has to be a one time purchase.
I tried Googling for them but I couldn't find one.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
嗯,我知道几个部分解决方案,但不是一个大包:
您应该能够快速地将某些东西组合在一起。没有一个大的解决方案可以做到这一点,除非您想购买完整的新闻通讯系统或其他东西。
Well I'm aware of a couple of partial solutions, but not one big package:
You should be able to hack something together quite fast. There is no one big solution to do this, unless you want to buy a full newsletter system or something.
也许我刚刚在代码项目上找到的这个项目会有所帮助:Email Component for .NET
它似乎拥有大部分(如果不是全部)必要的组件。
Perhaps this project I just found on Code Project will help: Email Component for .NET
It seems to have most if not all of the necessary components.