Quote:
Originally Posted by brackett
VB or VB.NET? In VB.NET (2.0), you can just use the System.Net.Smtp namespace. In VB.NET (1.x), I think it's System.Web.Mail. In VB, you'd have to use CDONTS or CDOSYS, I think.
|
Yes you are right. But for using a secure server you need to add a lot of modifications to the code.