Jmail 与 System.Net.Mail
目前我们所有的项目都使用jMail。从 .NET 1.0 开始就是这样。
我应该使用 System.Net.Mail 开始我的下一个项目吗?
一个人比另一个人有什么优势还是只是偏好?
Currently all our projects use jMail. It has been this way since .NET 1.0.
Should I start my next project using System.Net.Mail?
Are there any advantages that one has over the other or is it just preference?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我看来,请使用 System.Net.Mail ,除非 jMail 提供的功能需要您花费大量时间来实现。
In my opinion, use System.Net.Mail unless jMail offers something that would take a lot of time to implement yourself.