views:

62

answers:

1

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?

+1  A: 

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

hungster
That's kind of the question. Is there anything useful in jmail that isn't in .NET 2.0? ... I guess not.
Kenneth J