Question

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?

Was it helpful?

Solution

In my opinion, use System.Net.Mail unless jMail offers something that would take a lot of time to implement yourself.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top