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?
In my opinion, use System.Net.Mail unless jMail offers something that would take a lot of time to implement yourself.