Search code examples
.netemail.net-3.5system.net.mailjmail

Jmail vs 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?


Solution

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